summarylogtreecommitdiffstats
path: root/ryzom.sh
diff options
context:
space:
mode:
authorPitBall2015-10-16 16:19:36 +0200
committerPitBall2015-10-16 16:19:36 +0200
commit3a1076440030f517a42c07987d7018a8dfee6a07 (patch)
tree93527fbde3ab435784acf01dc4de3ad08b9cecec /ryzom.sh
downloadaur-3a1076440030f517a42c07987d7018a8dfee6a07.tar.gz
Initial import
Diffstat (limited to 'ryzom.sh')
-rw-r--r--ryzom.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/ryzom.sh b/ryzom.sh
new file mode 100644
index 000000000000..e3cff2c64971
--- /dev/null
+++ b/ryzom.sh
@@ -0,0 +1,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