This commit is contained in:
KeeganForelight 2023-01-13 16:39:09 -05:00
parent b738b64a8c
commit 61bffcf353

View File

@ -43,6 +43,7 @@ while getopts "c:s:z:u:" opt; do
;;
'u' )
UNITS="$OPTARG"
;;
'?' )
echo "ERROR: UNRECOGNZIED ARGUMENT"
exit 1