This commit is contained in:
Heavybullets8 2022-06-13 15:57:42 -06:00
parent 455ab48539
commit 2c7cf84674

View File

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