Added color scripts

This commit is contained in:
2018-12-14 21:53:13 -05:00
parent a1fb583fbe
commit b1aa0c2198
16 changed files with 236 additions and 50 deletions

3
scripts/colors/blocks Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
pcs() { for i in {0..7}; do echo -en "\e[${1}$((30+$i))m \u2588\u2588 \e[0m"; done; }
printf "\n%s\n%s\n\n" "$(pcs)" "$(pcs '1;')"