From fd21fb0bbdb6756d30dfa864fae544f1018fec1d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 Oct 2018 09:10:06 -0500 Subject: [PATCH] . --- test.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index aeb7496..522377b 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash -curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc | source +#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 - echo -e "${CS[color,LightBlue]}Testing TESTING ${CS[style,Bold]}REALLY TESTING${CS[style,Reset]}${CS[color,Default]}"