7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
|
if ${MACH?} ${MACHFL?} -c $1 1>&2
|
||
|
then
|
||
|
echo `basename $1 $2`.${SUF?}
|
||
|
else
|
||
|
exit 1
|
||
|
fi
|