llvm-6502/utils/lit/tests/Inputs/shtest-shell/write-to-stdout-and-stderr.sh
2013-01-31 22:15:20 +00:00

5 lines
64 B
Bash
Executable File

#!/bin/sh
echo "a line on stdout"
echo "a line on stderr" 1>&2