dotfiles/bin/listcolors
lickthecheese 578493295a listcolors
2019-10-18 18:34:20 -04:00

1 line
74 B
Text
Executable file

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