summarylogtreecommitdiffstats
path: root/necroedit
blob: d156b6905ac7608712b6cd8db7649c31d4bfdddb (plain)
1
2
3
4
5
6
7
#!/bin/bash
set -eu

exec /usr/lib/necroedit/NecroEdit \
	-g "$(cat /usr/share/necroedit/game-directory.txt)" \
	-r "/usr/share/necroedit" \
	"$@"