mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-02 04:42:51 +00:00
30 lines
498 B
Bash
30 lines
498 B
Bash
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# pipes.sh
|
|
|
|
> A bash script which draws randomly pathed pipes over the terminal.
|
|
> More information: <https://github.com/pipeseroni/pipes.sh>.
|
|
|
|
- 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`
|