6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
command('say-hello'):
|
|
#!bash
|
|
run echo 'Hello World'
|
|
|
|
passthru echo 'Hello World'
|