This commit is contained in:
Heavybullets8 2022-06-13 14:37:02 -06:00
parent f11ef25a43
commit 29665ca8cf

View File

@ -4,7 +4,6 @@
[[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit
ARGS=( "$@" )
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")