diff --git a/heavy_script.sh b/heavy_script.sh index 093b3cd3..26f70132 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -4,7 +4,6 @@ [[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit - ARGS="$*" SCRIPT=$(readlink -f "$0") SCRIPTPATH=$(dirname "$SCRIPT")