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

2 lines
74 B
Plaintext
Executable file

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