Files
lightning-runner/examples
T
2021-12-20 19:32:52 -08:00

9 lines
106 B
Bash
Executable File

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