#!/bin/sh
BASE="`dirname \"$0\"`"
export LD_LIBRARY_PATH="$BASE":$LD_LIBRARY_PATH
exec "$0-bin" "$@"
