Skip to content

Instantly share code, notes, and snippets.

@Erreur32
Created March 13, 2018 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Erreur32/bef108a35a0b0e45313b96fa4f5f0f85 to your computer and use it in GitHub Desktop.
Save Erreur32/bef108a35a0b0e45313b96fa4f5f0f85 to your computer and use it in GitHub Desktop.
Bash-color-256-code.sh
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