Update test.sh
This commit is contained in:
12
test.sh
12
test.sh
@@ -4,15 +4,11 @@ source /dev/stdin <<< "$(curl -sL http://scity.xyz/colorsinc)"
|
|||||||
|
|
||||||
echo 'yes'
|
echo 'yes'
|
||||||
|
|
||||||
while getopts 'r' flag; do
|
NTS=('NC')
|
||||||
case "${flag}" in
|
|
||||||
r) echo 'RESTART' ;;
|
|
||||||
*) echo 'nothing'
|
|
||||||
exit 1 ;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
|
|
||||||
|
|
||||||
|
for NTYPE in "${!NTS}"; do
|
||||||
|
echo "HERE: $NTYPE"
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
exit 0
|
exit 0
|
||||||
Reference in New Issue
Block a user