Created
March 13, 2018 21:37
-
-
Save Erreur32/bef108a35a0b0e45313b96fa4f5f0f85 to your computer and use it in GitHub Desktop.
Bash-color-256-code.sh
This file contains hidden or 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;5;${code}m"'\\e[38;5;'"$code"m"\e[0m" | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment