From 773b8750da980f96f1a423f8896f9eee3e162f97 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Sep 2020 21:07:28 -0500 Subject: [PATCH] Update list-colors.sh --- list-colors.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) mode change 100644 => 100755 list-colors.sh diff --git a/list-colors.sh b/list-colors.sh old mode 100644 new mode 100755 index acd5ff2..9f74704 --- a/list-colors.sh +++ b/list-colors.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash clear -source /dev/stdin <<< "$(curl -sL https://git.schroedercity.com/voltron/Misc-Scripts/raw/master/colors.inc)" +source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" +#source /dev/stdin <<< "$(curl -sL http://scity.xyz/defaultinc)" echo "" echo "--------------------------"