7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
|
if ${MACH?} -I../../../h ${MACHFL?} $1 1>&2
|
||
|
then
|
||
|
echo `basename $1 $2`.s
|
||
|
else
|
||
|
exit 1
|
||
|
fi
|