Files
Misc-Scripts/test.sh
2022-05-08 14:57:04 -05:00

15 lines
173 B
Bash
Executable File

#!/usr/bin/env bash
source /dev/stdin <<< "$(curl -sL http://go.scity.us/colorsinc)"
echo 'yes'
NTS=('NC')
for NTYPE in "${!NTS}"; do
echo "HERE: $NTYPE"
done
exit 0