From d02de04f9bc165e4d8c3d71c79592ae6a0370080 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 Oct 2018 08:50:30 -0500 Subject: [PATCH] . --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index b97724e..12ff9f8 100755 --- a/test.sh +++ b/test.sh @@ -44,6 +44,6 @@ CS[style,Invert]="\e[7m" CS[style,Hidden]="\e[8m" -echo ${CS[color,blue]} +echo -e "${CS[color,Blue]}TEsting TESTING${CS[color,Default]}" exit 0 \ No newline at end of file