xref
: /
freebsd
/
bin
/
sh
/
tests
/
parser
/
set-v1.0
(revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
${SH} <<\EOF
3
echo one >&2
4
set -v
5
echo two >&2
6
echo three >&2
7
EOF
8