Created
June 5, 2014 16:22
-
-
Save maxclaus/b68b1df8808074ac99f5 to your computer and use it in GitHub Desktop.
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: Test"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment