First example!

This commit is contained in:
2021-12-20 18:44:51 -08:00
parent 9aa75c1170
commit 4f70443bda
3 changed files with 139 additions and 1 deletions

8
examples Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
hello() {
_help-line "Say hello!" "$@"
echo Hello, world!
}
source ⚡️