This commit is contained in:
Heavybullets8 2022-06-13 15:10:24 -06:00
parent 3bd1013b3d
commit 83b1e286e8

View File

@ -4,6 +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")