#!/bin/bash # Test module function moo () { echo "MOOOO!! $1" }