apenwarr-redo/t/LD.do

6 lines
74 B
Text
Raw Normal View History

cat <<-EOF
OUT="\$1"
shift
gcc -Wall -o "\$OUT" "\$@"
EOF
chmod a+x $3