#!/bin/sh -e

if test -z "$WINEPREFIX"; then
   export WINEPREFIX="$HOME/.wine32"
fi

exec /usr/lib/i386-linux-gnu/wine/wine "$@"
