This commit is contained in:
Heavybullets8 2022-06-13 14:46:45 -06:00
parent a17d0a0faa
commit 8e2d77323e

View File

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