summarylogtreecommitdiffstats
path: root/scott-whiskers-in-the-search-for-mr-fumbleclaw.bash
blob: 587d11c771156764fbec14f65673526a3a3d0ae4 (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 game"
cd "/opt/${PKGNAME}"
exec ./start.sh "$@"