#!/bin/sh
#echo "args = " $@
dasm -flisting=/dev/null -xa -xr -q -L /usr/local/dignus/maclib -macext . $@
if [ $? -gt 4 ]
then
  exit 1
fi
exit 0
