5 lines
69 B
Text
5 lines
69 B
Text
exec >$3
|
|
cat <<-EOF
|
|
cc -Wall -o /dev/fd/1 -c "\$1"
|
|
EOF
|
|
chmod a+x $3
|