Skip to content

Instantly share code, notes, and snippets.

@andreyvit
Created January 28, 2011 07:04
Show Gist options
  • Save andreyvit/799940 to your computer and use it in GitHub Desktop.
Save andreyvit/799940 to your computer and use it in GitHub Desktop.
colors.sh
CLEAR="$(echo -e "\e[0m")"
BOLD="$(echo -e "\e[1m")"
RED="$(echo -e "\e[31m")"
GREEN="$(echo -e "\e[32m")"
CYAN="$(echo -e "\e[36m")"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment