diff options
author | Shubham Saini <pryr@pryr.xyz> | 2021-05-22 12:56:08 +0000 |
---|---|---|
committer | Shubham Saini <pryr@pryr.xyz> | 2021-05-22 12:56:08 +0000 |
commit | bde9d8e1c9a6e2213fc7d40298d43a14f2e99359 (patch) | |
tree | 548d45ecb1ada0be5a099ea8b0879c82e08560d7 /bin/.bin/pcolor | |
parent | 4d6de10a92b0264a1cebfbe813d2e7961ef29c2b (diff) |
cleaned the repo
Diffstat (limited to 'bin/.bin/pcolor')
-rwxr-xr-x | bin/.bin/pcolor | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/.bin/pcolor b/bin/.bin/pcolor deleted file mode 100755 index 4cc28a0..0000000 --- a/bin/.bin/pcolor +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
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;')" | ||