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