First working copy of autoload
This commit is contained in:
parent
f8ff3fe5b9
commit
67e3a383d7
6 changed files with 47 additions and 0 deletions
6
modules/moo.bash
Executable file
6
modules/moo.bash
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
# Test module
|
||||
|
||||
function moo () {
|
||||
echo "MOOOO!! $1"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue