This commit is contained in:
Heavybullets8 2022-06-13 15:08:30 -06:00
parent f289cdf76b
commit 8030dbf2b5

View File

@ -4,7 +4,7 @@
[[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit [[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit
ARGS=( echo "$@" | sed -E 's/[[:space:]]?--self-update[[:space:]]?//g') ARGS=$(echo "$@" | sed -E 's/[[:space:]]?--self-update[[:space:]]?//g')
SCRIPT=$(readlink -f "$0") SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT") SCRIPTPATH=$(dirname "$SCRIPT")