now=`./error.now`
last=`tail -1 last.error`
if [ "$now" == "$last" ]
then
echo $now
else
echo $last
fi
