#!/bin/sh
if [ "x$APPDIR" = "x" ]; then APPDIR="./"; fi
LD_LIBRARY_PATH="$APPDIR/usr/lib" "$APPDIR/sdl-instead" "$@"
