case $1 in
    -h|help|hint)   exec xtabs.x -h;exit 0;;
    *)  ;;
esac
exec xtabs.x "$@"
