Update test.sh

This commit is contained in:
2019-02-01 14:43:14 -06:00
parent 13c82a105c
commit 4f65b9a0f7

View File

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