shout/test/dollar-sign-output.shout

10 lines
139 B
Plaintext

$ echo '$ hello world'
\$ hello world
$ printf '$ line one\n$ line two\n'
\$ line one
\$ line two
$ echo 'no dollar here'
no dollar here