lightning-runner/examples

9 lines
106 B
Plaintext
Raw Normal View History

2021-12-21 02:44:51 +00:00
#!/usr/bin/env bash
hello() {
_help-line "Say hello!" "$@"
echo Hello, world!
}
source ⚡️