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

