Skip to content

Instantly share code, notes, and snippets.

@alexrinass
Created August 16, 2011 12:46
Show Gist options
  • Save alexrinass/1148985 to your computer and use it in GitHub Desktop.
Save alexrinass/1148985 to your computer and use it in GitHub Desktop.
Shell colors
RED="\033[0;31m"
LRED="\033[1;31m"
GREEN="\033[0;32m"
LGREEN="\033[1;32m"
BROWN="\033[0;33m"
YELLOW="\033[1;33m"
BLUE="\033[0;34m"
LBLUE="\033[1;34m"
PURPLE="\033[0;35m"
LPURPLE="\033[1;35m"
CYAN="\033[0;36m"
LCYAN="\033[1;36m"
NOCOLOR="\033[0m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment