talks/Working with Workspace/code/run-passthru.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
87 B
Plaintext
Raw Normal View History

2021-02-01 02:21:44 +00:00
command('say-hello'):
#!bash
run echo 'Hello World'
passthru echo 'Hello World'