This commit is contained in:
2018-10-02 08:52:02 -05:00
parent d02de04f9b
commit c5eaa87980

View File

@@ -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