ack/mach/sun2/libsys/compmodule
1987-03-03 09:37:26 +00:00

5 lines
66 B
Plaintext
Executable file

if sun2 -c -L $1 1>&2
then echo `basename $1 $2`.o
else exit 1
fi