#!/bin/sh -e
export WINEPREFIX=/home/pabs/.wine-hhw/
wine 'C:\windows\hh.exe'  "$@"
