summaryrefslogtreecommitdiff
path: root/color-bash
diff options
context:
space:
mode:
Diffstat (limited to 'color-bash')
-rwxr-xr-xcolor-bash3
1 files changed, 3 insertions, 0 deletions
diff --git a/color-bash b/color-bash
index 0331293..6bbadf8 100755
--- a/color-bash
+++ b/color-bash
@@ -22,6 +22,9 @@
22# THE SOFTWARE. 22# THE SOFTWARE.
23 23
24 24
25# Feel like tipping/donating? https://www.immae.eu/licenses_and_tipping
26
27
25echo " Bg | Fg" 28echo " Bg | Fg"
26printf -- '-%.0s' {1..122} ; echo "" 29printf -- '-%.0s' {1..122} ; echo ""
27for((bg=40;bg<=47;bg++)); do 30for((bg=40;bg<=47;bg++)); do