mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
c1a371e4ba
llvm-svn: 174102
5 lines
64 B
Bash
Executable File
5 lines
64 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "a line on stdout"
|
|
echo "a line on stderr" 1>&2
|