Files
lightning-runner/examples

9 lines
106 B
Plaintext
Raw Normal View History

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