]> git.proxmox.com Git - rustc.git/blob - src/llvm/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh
Imported Upstream version 1.0.0+dfsg1
[rustc.git] / src / llvm / utils / lit / tests / Inputs / shtest-shell / write-to-stdout-and-stderr.sh
1 #!/bin/sh
2
3 echo "a line on stdout"
4 echo "a line on stderr" 1>&2