Skip to content

Instantly share code, notes, and snippets.

@maxcnunes
Created June 5, 2014 16:22
Show Gist options
  • Save maxcnunes/b68b1df8808074ac99f5 to your computer and use it in GitHub Desktop.
Save maxcnunes/b68b1df8808074ac99f5 to your computer and use it in GitHub Desktop.
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