From 6c7276f1b29341f8a0671ec4c7b6a4621deef2be Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 23 Nov 2019 19:24:02 -0600 Subject: [PATCH] Update test.sh --- test.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/test.sh b/test.sh index f72c68a..23de1ec 100755 --- a/test.sh +++ b/test.sh @@ -4,15 +4,11 @@ source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)" echo 'yes' - while getopts 'r' flag; do - case "${flag}" in - r) echo 'RESTART' ;; - *) echo 'nothing' - exit 1 ;; - esac - done - +NTS=('NC') +for NTYPE in "${!NTS}"; do + echo "HERE: $NTYPE" +done exit 0 \ No newline at end of file