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