LinuxCommandLibrary

pipes.sh

A bash script which draws randomly pathed pipes over the terminal.

TLDR

Change the pa[t]tern of the pipes

$ pipes.sh -t [0..9]
copy


Change the [c]olor of the pipes
$ pipes.sh -c [0..7]
copy


Change the [f]ramerate of the pipes
$ pipes.sh -f [20..100]
copy


Disable [C]olors
$ pipes.sh -C
copy


Display [v]ersion
$ pipes.sh -v
copy

Copied to clipboard