only real way to test this unf

This commit is contained in:
Heavybullets8 2022-06-13 14:12:18 -06:00
parent 151b37947b
commit 69393bab6b

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
ARGS="$*"
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")