Sign in
mojo
/
mojo-testing
/
f9f6aacc8a44ae3fff904ccc4e8bdeb3e540bcfd
/
.
/
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