#!/bin/dash
export WINEARCH=${WINEARCH:-win32}
export WINEPREFIX=${WINEPREFIX:-$HOME/.wine}
exec start32 @WINE_ROOT/bin/wine "$@"
 
