mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-11-22 12:55:21 +00:00
commit
0ca7c26953
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user