#!/bin/sh
export DISPLAY=:1
export WINEDEBUG=-all 
SCRIPTPATH="$( cd "$(dirname "$0")" ; pwd -P )"

wine "${SCRIPTPATH}/reportengine.exe" "$@" 

