Update test.sh

This commit is contained in:
2019-02-01 15:45:35 -06:00
parent 15081a69a8
commit f073d4c4be

View File

@@ -18,7 +18,7 @@ fi
while getopts ':abcr:' flag; do
while getopts ':a:b:c:r:' flag; do
case "${flag}" in
r) $flag=$OPTARG; echo "R=$r" ;;
a) $flag=$OPTARG; echo "A=$a" ;;