summarylogtreecommitdiffstats
path: root/opendungeons_startup
diff options
context:
space:
mode:
Diffstat (limited to 'opendungeons_startup')
-rwxr-xr-xopendungeons_startup5
1 files changed, 5 insertions, 0 deletions
diff --git a/opendungeons_startup b/opendungeons_startup
new file mode 100755
index 000000000000..a22999f33b96
--- /dev/null
+++ b/opendungeons_startup
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+cd /opt/opendungeons
+./opendungeons.x86_64
+cd -