summarylogtreecommitdiffstats
path: root/superhexagon.sh
blob: c098283c4c95785412daabd150022a824a4c6f1e (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Provide a chance to configure GLUT. For an example, see
# /opt/superhexagon/superhexagonrc.example
CONFIG="${XDG_CONFIG_HOME:-$HOME/.config}"
test -f "$CONFIG" && . "$CONFIG"

cd /opt/superhexagon
exec ./superhexagon