Update test.sh

This commit is contained in:
2019-02-01 16:32:35 -06:00
parent ec8ca0759b
commit 05e56edaba

View File

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