summarylogtreecommitdiffstats
path: root/gog-stardew-valley
blob: 00980f3cf26d84d342e8e4ce92e7f2e8c7cbfa12 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

# https://github.com/mono/mono/issues/11557
TERM=xterm /opt/gog-stardew-valley/start.sh "${@}"

# vim: sw=2 ts=2 et: