summarylogtreecommitdiffstats
path: root/rsgames.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rsgames.sh')
-rw-r--r--rsgames.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsgames.sh b/rsgames.sh
new file mode 100644
index 000000000000..c2b59110a3d9
--- /dev/null
+++ b/rsgames.sh
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd /opt/rsgames/rsg-client-build/src
+python2 rsg.pyc
+exit 0