#!/bin/sh -e

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

exec /usr/lib/arm-linux-gnueabihf/wine/wine "$@"
