From b48058f63911ce3c2cff278d3537e6241097a1ca Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 Oct 2018 09:19:32 -0500 Subject: [PATCH] . --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 92433fa..754eddc 100755 --- a/test.sh +++ b/test.sh @@ -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]}"