1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
#!/bin/sh set -e root="$(dirname $(readlink -f ${0}))" bustle_datadir="${root}" export bustle_datadir bustle_localedir="${root}/locale" export bustle_localedir LD_LIBRARY_PATH="${root}/lib:${LD_LIBRARY_PATH}" export LD_LIBRARY_PATH bustle="${root}"/bin/bustle exec $bustle "${@}"