#!/bin/sh
BASEDIR=`dirname $0`
(cd "$BASEDIR/.." && exec java -cp "lib/*" at.asit.pdfover.gui.Main "$@")