Bash Scripting - Functions
Consider this script snippet:
But running it gives:
What is the most likely cause?
source lib.sh greet "Bob"
But running it gives:
main.sh: line 2: greet: command not foundWhat is the most likely cause?
