Last active
March 21, 2016 14:09
-
-
Save w33tmaricich/8ed81a8f66f56ab78a20 to your computer and use it in GitHub Desktop.
sh: bash color codes and usage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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