2 lines
74 B
Text
2 lines
74 B
Text
|
for C in {0..255}; do tput setaf $C; echo -n "$C "; done; tput sgr0; echo
|