apenwarr-redo/LD.do
2010-11-12 05:25:03 -08:00

6 lines
74 B
Text

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