Skip to content

Instantly share code, notes, and snippets.

@w33tmaricich
Last active March 21, 2016 14:09
Show Gist options
  • Save w33tmaricich/8ed81a8f66f56ab78a20 to your computer and use it in GitHub Desktop.
Save w33tmaricich/8ed81a8f66f56ab78a20 to your computer and use it in GitHub Desktop.
sh: bash color codes and usage
bla='\033[0;30m'
red='\033[0;31m'
gre='\033[0;32m'
yel='\033[0;33m'
blu='\033[0;34m'
mag='\033[0;35m'
cya='\033[0;36m'
whi='\033[0;37m'
nc='\033[0m'
echo -e "Use ${red}highlighted commands${nc} with caution."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment