1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/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