6 lines
No EOL
68 B
Bash
Executable file
6 lines
No EOL
68 B
Bash
Executable file
#!/bin/bash
|
|
# Test module
|
|
|
|
function moo () {
|
|
echo "MOOOO!! $1"
|
|
} |