From 3642a8681ea2e75b82e1c808a5628a25bcb10b00 Mon Sep 17 00:00:00 2001 From: Piyush Date: Wed, 6 Mar 2024 14:52:39 +0530 Subject: [PATCH] pipes.sh: add page (#12439) Co-authored-by: Fazle Arefin Co-authored-by: Juri Dispan Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/pipes.sh.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/pipes.sh.md diff --git a/pages/common/pipes.sh.md b/pages/common/pipes.sh.md new file mode 100644 index 000000000..e70eb6e50 --- /dev/null +++ b/pages/common/pipes.sh.md @@ -0,0 +1,24 @@ +# pipes.sh + +> A bash script which draws randomly pathed pipes over the terminal. +> More information: . + +- Change the pa[t]tern of the pipes: + +`pipes.sh -t {{0..9}}` + +- Change the [c]olor of the pipes: + +`pipes.sh -c {{0..7}}` + +- Change the [f]ramerate of the pipes: + +`pipes.sh -f {{20..100}}` + +- Disable [C]olors: + +`pipes.sh -C` + +- Display [v]ersion: + +`pipes.sh -v`