listcolors
This commit is contained in:
parent
cde94bd620
commit
578493295a
1 changed files with 1 additions and 0 deletions
1
bin/listcolors
Executable file
1
bin/listcolors
Executable file
|
@ -0,0 +1 @@
|
||||||
|
for C in {0..255}; do tput setaf $C; echo -n "$C "; done; tput sgr0; echo
|
Loading…
Reference in a new issue