
if test "$1" = "$2"
then
   echo "$3"
else
   echo "$4"
fi

exit 0

