Skip to content

Instantly share code, notes, and snippets.

@sramam
Created May 7, 2014 15:15
Show Gist options
  • Save sramam/1e31b3ff9ceab38f2962 to your computer and use it in GitHub Desktop.
Save sramam/1e31b3ff9ceab38f2962 to your computer and use it in GitHub Desktop.
shell script - colored text
red='\033[0;31m'
green='\033[0;32m'
NC='\033[0m' # No Color
echo -e "${green}Some message${NC}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment