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