summarylogtreecommitdiffstats
path: root/priv
diff options
context:
space:
mode:
Diffstat (limited to 'priv')
-rw-r--r--priv7
1 files changed, 7 insertions, 0 deletions
diff --git a/priv b/priv
new file mode 100644
index 000000000000..b510a6843053
--- /dev/null
+++ b/priv
@@ -0,0 +1,7 @@
+#!/bin/bash
+#This is a small wrapper that lets VegaStrike - Upon the coldest ocean run from seemingly anywhere
+if [ -d /usr/local/share/privgold100 ]; then
+ vegastrike -d/usr/local/share/privgold100
+ else
+ vegastrike -d/usr/share/privgold100
+fi