updates
This commit is contained in:
parent
345d8c8b25
commit
fc72321f62
@ -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
|
||||
#if [[ $1 = [123] ]]; then # validate input
|
||||
# foo"$1"
|
||||
#fi
|
||||
|
||||
$1
|
Loading…
Reference in New Issue
Block a user