Sign in
mojo
/
mojo-tools
/
ce913b53e2545ddd4d4a565997d0816e8ef90a22
/
.
/
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