summarylogtreecommitdiffstats
path: root/legend-of-grimrock
blob: 163b5b80cbf42773c6473d28efcae4908c4f100d (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

# https://github.com/mono/mono/issues/11557
TERM=xterm /opt/legend-of-grimrock/start.sh "${@}"

# vim: sw=2 ts=2 et: