listcolors

This commit is contained in:
lickthecheese 2019-10-18 18:34:20 -04:00
parent cde94bd620
commit 578493295a
1 changed files with 1 additions and 0 deletions

1
bin/listcolors Executable file
View File

@ -0,0 +1 @@
for C in {0..255}; do tput setaf $C; echo -n "$C "; done; tput sgr0; echo