#!/bin/sh

DIR=`dirname $0`
INSTALLDIR=`cd $DIR/..;pwd`
JAVA=java

cd $INSTALLDIR

$JAVA muffin.Main $*
