#!/bin/sh

LD_LIBRARY_PATH=/usr/lib/wine:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
/usr/lib/wine/wineserver
/usr/bin/cli "$@"
