Sign in
mojo
/
mojo-tools
/
17e3b04429ce6ad836128e1ceffefd85493ec779
/
.
/
third_party
/
lit
/
tests
/
Inputs
/
shtest-shell
/
write-to-stdout-and-stderr.sh
blob: f20de5d9042de259488ed02855913278276b0245 [
file
]
#!/bin/sh
echo
"a line on stdout"
echo
"a line on stderr"
1
>&
2