This commit is contained in:
Heavybullets8 2022-06-13 15:00:09 -06:00
parent 8ac7b496d9
commit 1845d3c9c0

View File

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