Skip to content

Instantly share code, notes, and snippets.

@juniorbird
Created October 24, 2011 06:29
Show Gist options
  • Save juniorbird/1308475 to your computer and use it in GitHub Desktop.
Save juniorbird/1308475 to your computer and use it in GitHub Desktop.
Show all 256 colors of bash prompt
for code in `seq 0 255`; do echo -e "\033[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