Files
Misc-Scripts/test.sh
2019-11-23 19:27:18 -06:00

15 lines
171 B
Bash
Executable File

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