#!/bin/sh

realpath0=`realpath $0`
BASEDIR=`dirname $realpath0`
cd $BASEDIR
echo "compile.bat" $1 $2 | wine cmd


