summarylogtreecommitdiffstats
path: root/vsettings
diff options
context:
space:
mode:
Diffstat (limited to 'vsettings')
-rw-r--r--vsettings7
1 files changed, 7 insertions, 0 deletions
diff --git a/vsettings b/vsettings
new file mode 100644
index 000000000000..b707ae6f665d
--- /dev/null
+++ b/vsettings
@@ -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/vegastrike ]; then
+ vegasettings --target /usr/local/share/vegastrike
+ else
+ vegasettings --target /usr/share/vegastrike
+fi