Old way: functionName CONTENT argument1 argument2 New way: echo -n "$CONTENT" | functionName argument1 argument2 This follow the Unix style more closely.
When you source mo, it adds the "mo" function to the environment.
This is supporting information to demonstrate one way to address the user's issues - see issue #5.