summaryrefslogtreecommitdiff
path: root/hello/hello/testscript
blob: cefda39ed129b81472f412e6eb5b4f1a3c17b9bc (plain)
1
2
3
4
5
6
7
8
9
: basics
:
$* 'World' >'Hello, World!'

: missing-name
:
$* 2>>EOE != 0
error: missing name
EOE