index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
lit
/
tests
/
Inputs
/
shtest-shell
/
write-to-stdout-and-stderr.sh
blob: f20de5d9042de259488ed02855913278276b0245 (
plain
)
1
2
3
4
#!/bin/sh
echo
"a line on stdout"
echo
"a line on stderr"
1
>
&
2