Merge pull request #134 from githubsaturn/patch-1

Fixed typo
This commit is contained in:
Julien Le Coupanec
2020-09-03 11:12:36 +02:00
committed by GitHub

View File

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