Merge pull request #124 from nswinson/patch-2

Update bash.sh
This commit is contained in:
Julien Le Coupanec 2020-06-20 18:47:16 +02:00 committed by GitHub
commit e7ccca4a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -510,4 +510,4 @@ On_White='\033[47m' # White
# Example of usage
echo -e "${Green}This is GREEN text${Color_Off} and nornal text"
echo -e "${Red}${On_White}This is Red test on White background${Color_Off}"
# option -s is mandatory, it enable interpretation of backslash escapes
# option -e is mandatory, it enable interpretation of backslash escapes