This commit is contained in:
Heavybullets8 2022-06-13 15:10:57 -06:00
parent 83b1e286e8
commit 4c8cc6bb2c

View File

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