Bash-Stash/modules/moo.bash
2022-06-12 13:26:38 -05:00

6 lines
No EOL
68 B
Bash
Executable file

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