#!/bin/sh
APPPATH="/usr/lib/shoes"
LD_LIBRARY_PATH=$APPPATH exec $APPPATH/shoes-bin $@
