diff options
Diffstat (limited to 'bin/color')
-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 |