#!/bin/sh export DYLD_LIBRARY_PATH="${0%/*}" # same dir as the executable set -- "$0"-bin "$@" -notexturenonpoweroftwo exec "$@"