summarylogtreecommitdiffstats
path: root/privsettings
diff options
context:
space:
mode:
authorevorster2020-06-18 21:57:24 +0200
committerevorster2020-06-18 21:57:24 +0200
commitcd6699f14c0a76c5be6d6a8431656e614d859ab6 (patch)
treedfff2dd90baf62bf2f07b3ee2169b9a593bcb3b2 /privsettings
downloadaur-cd6699f14c0a76c5be6d6a8431656e614d859ab6.tar.gz
Successful build, but not running against modern vegastrike engine-yet
Diffstat (limited to 'privsettings')
-rw-r--r--privsettings7
1 files changed, 7 insertions, 0 deletions
diff --git a/privsettings b/privsettings
new file mode 100644
index 000000000000..00669590b248
--- /dev/null
+++ b/privsettings
@@ -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
+ vegasettings --target /usr/local/share/privgold100
+ else
+ vegasettings --target /usr/share/privgold100
+fi