diff --git a/test.sh b/test.sh index 12ff9f8..eee8fb9 100755 --- a/test.sh +++ b/test.sh @@ -44,6 +44,6 @@ CS[style,Invert]="\e[7m" CS[style,Hidden]="\e[8m" -echo -e "${CS[color,Blue]}TEsting TESTING${CS[color,Default]}" +echo -e "${CS[color,LightBlue]}Testing TESTING ${CS[style,Bold]}REALLY TESTING${CS[style,Reset]}${CS[color,Default]}" exit 0 \ No newline at end of file