OpenGrok
Cross Reference: write-to-stdout-and-stderr.sh
xref
: /
external
/
llvm
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
write-to-stdout-and-stderr.sh
Home
|
History
|
Annotate
|
Download
|
only in
shtest-shell
1
#!/
bin
/
sh
2
3
echo
"a line on stdout"
4
echo
"a line on stderr"
1
>&
2
5