1 2 3 4 5 6 7
#!/usr/bin/env bash set -eu PKGNAME='book-of-hours' echo >&2 "Launching app" cd "/opt/${PKGNAME}/data/noarch" exec ./start.sh "$@"