From 4d73b15c1492282fa7db63d91af15fa751b51ddb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 2 Oct 2018 09:00:21 -0500 Subject: [PATCH] Update test.sh --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 5fbf684..8213a14 100755 --- a/test.sh +++ b/test.sh @@ -1,6 +1,6 @@ #!/bin/bash -bash <(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc) +curl -sL 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]}"