#!/bin/sh

if test -z "$WINEDEBUG"; then
    export WINEDEBUG=-all
fi

/opt/deepin-wine8-stable/bin/wine "$@"
