Update test.sh

This commit is contained in:
2019-02-01 14:45:06 -06:00
parent 5efb9204a5
commit f2eae8bbd7

View File

@@ -18,7 +18,7 @@ fi
while getopts '*' flag; do
while getopts ':rabc' flag; do
case "${flag}" in
r) echo "R" ;;
a) echo "A" ;;