]> Cypherpunks.ru repositories - goredo.git/blob - t/apenwarr/110-compile/LD.do
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 110-compile / LD.do
1 exec >$3
2 cat <<-EOF
3         OUT="\$1"
4         shift
5         cc -Wall -o "\$OUT" "\$@"
6 EOF
7 chmod a+x $3