From c2295bf7e452a51e17065fd6923d998cfdd23087 Mon Sep 17 00:00:00 2001 From: nswinson <67199352+nswinson@users.noreply.github.com> Date: Sat, 20 Jun 2020 10:45:05 -0600 Subject: [PATCH] Update bash.sh --- languages/bash.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/bash.sh b/languages/bash.sh index 2f12a4a..18d7903 100644 --- a/languages/bash.sh +++ b/languages/bash.sh @@ -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