From 993475135b9394b2fb104a551e4198b768240c73 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Mon, 13 Jun 2022 15:59:42 -0600 Subject: [PATCH] test --- heavy_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/heavy_script.sh b/heavy_script.sh index 9b1c290e..176a0582 100644 --- a/heavy_script.sh +++ b/heavy_script.sh @@ -3,6 +3,7 @@ #If no argument is passed, kill the script. [[ -z "$*" || "-" == "$*" || "--" == "$*" ]] && echo "This script requires an argument, use --help for help" && exit +echo "yep" args=("$@")