aboutsummaryrefslogtreecommitdiffstats
path: root/bin/color
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-03-10 10:53:48 +0000
committerterminaldweller <thabogre@gmail.com>2023-03-10 10:53:48 +0000
commite9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8 (patch)
treed4c7a67e38e4fa2e3a3aba26df1d82e97f1d319d /bin/color
parentupdate (diff)
downloadscripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.tar.gz
scripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.zip
updates
Diffstat (limited to 'bin/color')
-rwxr-xr-xbin/color7
1 files changed, 0 insertions, 7 deletions
diff --git a/bin/color b/bin/color
deleted file mode 100755
index dfc4e7b..0000000
--- a/bin/color
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/bash
-set -e
-for i in $(seq 0 255);do
- if [ $(( i % 12 )) = 0 ];then echo ;fi
- printf "\x1b[38;5;${i}mcolour${i}\x1b[0m\t"
-done
-echo