summarylogtreecommitdiffstats
path: root/ryzom.sh
blob: e3cff2c649717e5e01125b29460476973d977c61 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
if groups | grep games > /dev/null 2>&1 ; then 
  ryzom_sync 
  exec ryzom_client
  
else 
  echo "you need to be in games group to run ryzom"
  exit 1
fi