ack/mach/z80/libbc/compmodule
1985-04-02 10:46:43 +00:00

5 lines
109 B
Plaintext
Executable file

if ${MACH?ack} -I../../../h ${MACHFL?} $1 1>&2
then echo `basename $1 $2`.s
else rm -f `basename $1 $2`.s
fi