presentations/archive/working-with-workspace/code/run-passthru.txt
Oliver Davies 6891a7517a Re-organise
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-09-25 21:52:45 +01:00

5 lines
87 B
Text

command('say-hello'):
#!bash
run echo 'Hello World'
passthru echo 'Hello World'