#!/bin/bash
. findwine
cd "$WINEDIR/c/Program Files/PowBallDX/"
$WINE "c:\\program files\\PowBallDX\\PowBallDX.exe" ${PARAM:+"$PARAM"} &>/dev/null &
wait $!
