ack/mach/mantra/libsys/compmodule

5 lines
65 B
Plaintext
Raw Normal View History

1987-03-05 10:59:57 +00:00
if mantra -c $1 1>&2
1987-02-02 10:45:26 +00:00
then echo `basename $1 $2`.o
else exit 1
fi