From 1242bcbe8647e153088b4c9451468a77efdf664a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 Oct 2018 09:12:32 -0500 Subject: [PATCH] color inc --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 522377b..5716c2b 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 -wget -O- https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc | source - +source /dev/stdin <<< "$(curl https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc)" echo -e "${CS[color,LightBlue]}Testing TESTING ${CS[style,Bold]}REALLY TESTING${CS[style,Reset]}${CS[color,Default]}"