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