Automated commit

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-02 12:04:15 +01:00
parent e85167d5eb
commit ba2bf10bea
79 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
command('say-hello <name>'):
env:
MESSAGE: = @('message')
NAME: = input.argument('name')
exec: |
#!bash|=
echo "$MESSAGE from $NAME"