diff options
Diffstat (limited to 'bin/.bin/pcolor')
| -rwxr-xr-x | bin/.bin/pcolor | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/.bin/pcolor b/bin/.bin/pcolor new file mode 100755 index 0000000..4cc28a0 --- /dev/null +++ b/bin/.bin/pcolor | |||
| @@ -0,0 +1,3 @@ | |||
| 1 | #!/bin/bash | ||
| 2 | pcs() { for i in {0..7}; do echo -en "\e[${1}$((30+$i))m \u2588\u2588 \e[0m"; done; } | ||
| 3 | printf "\n%s\n%s\n\n" "$(pcs)" "$(pcs '1;')" | ||
