1
1
mirror of https://github.com/namibia/awesome-cheatsheets.git synced 2024-06-01 12:20:48 +00:00

fixed typo (thanks @neexite)

This commit is contained in:
Yuriy Novostavskyy 2020-04-11 17:21:08 +03:00
parent 7546157094
commit 09145624f5

View File

@ -508,5 +508,5 @@ 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 nornal text"
echo -e "${Red}${On_White}This is Red test on White background${Collor_Off}" 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 -s is mandatory, it enable interpretation of backslash escapes