In my .bashrc, I have a function called hello:
function hello() { echo \"Hello, $1!\" }
I want to be able to invoke hello() from the shell a
It's weird; my fuctin won't terminate untill I pass it to another bash instance, like this:
bash myfunction