This commit is contained in:
2018-10-02 09:19:32 -05:00
parent 6154a41c14
commit b48058f639

View File

@@ -2,7 +2,7 @@
#curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc | source
source /dev/stdin <<< "$(curl -s https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc)"
source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)"
echo -e "${CS[color,LightBlue]}Testing TESTING ${CS[style,Bold]}REALLY TESTING${CS[style,Reset]}${CS[color,Default]}"