Update 'scripts/now.sh'

This commit is contained in:
Liam Waldron 2022-08-04 11:44:57 -04:00
parent c2e804185c
commit 96b3b1615c

View File

@ -26,6 +26,7 @@ while [[ $# -gt 0 ]]; do
-*|--*)
printf "$red Unknown option, use --help to see usage $reset"
exit 1
;;
*)
printf "$red Unknown option, use --help to see usage $reset"
;;