This commit is contained in:
Heavybullets8 2022-06-13 15:59:42 -06:00
parent 27516ff497
commit 993475135b

View File

@ -3,6 +3,7 @@
#If no argument is passed, kill the script.
[[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit
echo "yep"
args=("$@")