Last active
December 19, 2015 11:29
-
-
Save smolnar/5947761 to your computer and use it in GitHub Desktop.
Color test script for 256-color terminals
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for code in {0..255}; do echo -e "\e[38;05;${code}m $code: \t██████████████████████"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment