From d1ce7291dec313cce707da50ac0502b9537833c3 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 1 Feb 2019 18:55:47 -0600 Subject: [PATCH] Update test.sh --- test.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/test.sh b/test.sh index 6bab213..00e28bc 100755 --- a/test.sh +++ b/test.sh @@ -18,16 +18,6 @@ fi -while getopts ':a:b:c:r:' flag; do - case "${flag}" in - r) r=$OPTARG; echo "R - $r" ;; - a) a=$OPTARG; echo "A - $a" ;; - b) a=$OPTARG; echo "B - $b" ;; - c) c=$OPTARG; echo "C - $c" ;; - :) echo "Invalid option: '${OPTARG}' requires an argument" 1>&2 ;; - esac -done - while getopts ':site:type:ssl:proxy_scheme:proxy_host:proxy_port:' flag; do case "${flag}" in site) NEW_SITE=$OPTARG; echo "NEW_SITE - ${NEW_SITE}" ;;