dotfiles/bin/listcolors

2 lines
74 B
Text
Raw Normal View History

2019-10-18 22:34:20 +00:00
for C in {0..255}; do tput setaf $C; echo -n "$C "; done; tput sgr0; echo