diff options
author | terminaldweller <thabogre@gmail.com> | 2023-03-10 10:53:48 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2023-03-10 10:53:48 +0000 |
commit | e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8 (patch) | |
tree | d4c7a67e38e4fa2e3a3aba26df1d82e97f1d319d /bin/color | |
parent | update (diff) | |
download | scripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.tar.gz scripts-e9a4f9e81a55e8ba5264e6b2b524dc74bf4ec8e8.zip |
updates
Diffstat (limited to '')
-rwxr-xr-x | bin/color | 7 |
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 |