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
$ source .bashrc