index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
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