#!/bin/sh -e
export WINEPREFIX=/home/pabs/.wine-istorage/
wine 'C:\its-make.exe'  "$@"
