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