presentations/working-with-workspace/code/run-passthru.txt
Oliver Davies ba2bf10bea Automated commit
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-10-02 12:04:23 +01:00

5 lines
87 B
Text

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