Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/fsgateway.in
diff options
context:
space:
mode:
Diffstat (limited to 'fsgateway.in')
-rw-r--r--fsgateway.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/fsgateway.in b/fsgateway.in
new file mode 100644
index 0000000..78661bb
--- /dev/null
+++ b/fsgateway.in
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+LD_LIBRARY_PATH="${LD_LIBRARY_PATH:+$LD_LIBRARY_PATH:}@pkglibdir@" \
+exec @MONO@ @pkglibdir@/fsgateway.exe $MONO_EXTRA_ARGS "$@"