summarylogtreecommitdiffstats
path: root/open-hexagon
blob: 6f240ba2baf6bbd631dc4b86c90cea086d6a6589 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

id -nG --zero | grep -q 'games' --null-data --line-regexp
if [ "${?}" -ne 0 ]; then
  zenity --error --text="Your user must be in 'games' group."
  exit 1
fi
LD_LIBRARY_PATH="$(dirname "$(readlink -f "${0}")")/../lib/open-hexagon${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}" ../lib/open-hexagon/SSVOpenHexagon