This commit is contained in:
Cold-Egg
2020-01-09 16:42:48 -05:00
parent 6b9bd702d7
commit a8beeaa87e
6 changed files with 89 additions and 13 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ while [ ! -z "${1}" ]; do
help_message
;;
*)
main
main ${1}
;;
esac
shift