xref
: /
external
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
write-to-stdout-and-stderr.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#!/
bin
/
sh
2
3
echo
"a line on stdout"
4
echo
"a line on stderr"
1
>&
2
5