Skip to content

Instantly share code, notes, and snippets.

@smolnar
Last active December 19, 2015 11:29
Show Gist options
  • Save smolnar/5947761 to your computer and use it in GitHub Desktop.
Save smolnar/5947761 to your computer and use it in GitHub Desktop.
Color test script for 256-color terminals
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