Skip to content

Instantly share code, notes, and snippets.

@SofianeHamlaoui
Created September 7, 2019 22:47
Show Gist options
  • Save SofianeHamlaoui/58c62036eb2d827f2d490bcb925526ae to your computer and use it in GitHub Desktop.
Save SofianeHamlaoui/58c62036eb2d827f2d490bcb925526ae to your computer and use it in GitHub Desktop.
Bash scripting colors
b='\033[1m'
u='\033[4m'
bl='\E[30m'
r='\E[31m'
g='\E[32m'
y='\E[33m'
bu='\E[34m'
m='\E[35m'
c='\E[36m'
w='\E[37m'
endc='\E[0m'
enda='\033[0m'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment