Skip to content

Instantly share code, notes, and snippets.

@MikeSilvis
Created May 25, 2012 19:32
Show Gist options
  • Save MikeSilvis/2790054 to your computer and use it in GitHub Desktop.
Save MikeSilvis/2790054 to your computer and use it in GitHub Desktop.
BaSH
RED="\[\033[0;31m\]"
YELLOW="\[\033[0;33m\]"
GREEN="\[\033[0;32m\]"
BLUE="\[\033[0;36m\]"
PINK="\[\033[0;35m\]"
WHITE="\[\033[1;37m\]"
BLACK="\[\033[0;30m\]"
OFF="\[\033[0m\]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment