summarylogtreecommitdiffstats
path: root/powers-in-the-basement.bash
blob: b0d332eafb78cbd39c1b75a52b3da36ea9456b44 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash
set -eu

PKGNAME='powers-in-the-basement'
echo >&2 "Launching game"
cd "/opt/${PKGNAME}"
exec ./pitb "$@"