replace string

This commit is contained in:
Heavybullets8 2022-06-13 14:05:27 -06:00
parent f92adc4c0c
commit cc1d9883a5

View File

@ -3,7 +3,7 @@
#If no argument is passed, kill the script.
[[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit
ARGS="echo $* | sed s/--self-update//"
ARGS="$*" ; echo "${ARGS}//--self-update/"
SCRIPT=$(readlink -f "$0")
SCRIPTPATH=$(dirname "$SCRIPT")
SCRIPTNAME="$0"