# source: http://steve-parker.org/sh/functions.shtml
#    recommended NOT putting #!/bin/bash on a library --
#    that you'll be sourcing to make available in another
#    shell -- since this isn't meant to spawn its own shell;

moo5()
{
    echo "*******************"
    echo "moo moo moo moo moo"
    echo "*******************"
}