From c3eda7d82a0fdc2551c601f196dcf95c8ae646c3 Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Wed, 20 Dec 2023 12:03:33 -0600 Subject: [PATCH] updates --- options-example.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/options-example.sh b/options-example.sh index fb88abe..f37e821 100644 --- a/options-example.sh +++ b/options-example.sh @@ -4,10 +4,4 @@ foo1() { echo 'hello from foo1!'; } foo2() { ls -l; } foo3() { echo 'hello from foo3!'; } -# read -p "Enter a Number (1,2, or 3): " num - -#if [[ $1 = [123] ]]; then # validate input -# foo"$1" -#fi - $1 \ No newline at end of file