Skip to content

Instantly share code, notes, and snippets.

@patmandenver
Created March 25, 2016 16:28
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 patmandenver/49ba835bc9727e75fc29 to your computer and use it in GitHub Desktop.
Save patmandenver/49ba835bc9727e75fc29 to your computer and use it in GitHub Desktop.
Linux Prompt Colors
#!/bin/bash
for color in {0..255}; do echo -e "$color:\\033[38;5;${color}mhello\\033[48;5;${color}mworld\\033[0m"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment