Move slides

This commit is contained in:
Oliver Davies 2025-10-02 23:01:51 +01:00
parent 1d401246d2
commit 6ccaead857
16 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"