#!/bin/bash

export WINE_RT=15
export WINE_SRV_RT=10
export WINE_ENABLE_PIPE_SYNC_FOR_APP="$1"

exec wine $@
