#!/bin/sh export LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}" exec "$(dirname $0)"/usr/bin/app "$@"