summarylogtreecommitdiffstats
path: root/scott-whiskers-in-the-search-for-mr-fumbleclaw.bash
blob: f3f9998f6c9398e25fb7e82d50748b7bd46741c5 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -eu

PKGNAME='scott-whiskers-in-the-search-for-mr-fumbleclaw'
echo >&2 "Launching app"
cd "/opt/${PKGNAME}"
exec ./start.sh "$@"