updates
This commit is contained in:
parent
fb2d5a4048
commit
c3eda7d82a
@ -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
|
Loading…
Reference in New Issue
Block a user