updated on Sun Jan 15 08:01:04 UTC 2012
[aur-mirror.git] / clonk_rage / clonk_rage.x86_64.sh
blob38ca6e36acbe084b48fba177458d681b39238422
1 #!/bin/sh
2 groups | grep -q '\bgames\b';
3 if [ $? == 1 ];then
4 echo "You must be in the group 'games' to play Clonk Rage."
5 else
6 cd /opt/clonk_rage/
7 # GCONV_PATH="/opt/lib32/usr/lib/gconv/" exec ./clonk $*
8 exec ./clonk64 $*
9 fi