3 lines
99 B
Text
3 lines
99 B
Text
|
command('say-hello <name>'): |
|
||
|
#!bash|=
|
||
|
echo ={ @('message') } from ={ input.argument('name') }
|