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