From 9ae23c8011d2c2b0003f8e0c13c1daf8c124ab03 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 Oct 2018 09:08:42 -0500 Subject: [PATCH] . --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index ba37807..aeb7496 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -source https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc +curl -sL 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]}"