summaryrefslogtreecommitdiff
path: root/tools/osx_packaging/openDoc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/osx_packaging/openDoc')
-rwxr-xr-xtools/osx_packaging/openDoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/osx_packaging/openDoc b/tools/osx_packaging/openDoc
new file mode 100755
index 0000000000..888a42b176
--- /dev/null
+++ b/tools/osx_packaging/openDoc
@@ -0,0 +1,6 @@
+#!/bin/sh
+#
+# Author: Aaron Voisine <aaron@voisine.org>
+
+export "DISPLAY=`cat /tmp/$UID/TemporaryItems/display`"
+exec "`dirname \"$0\"`/bin/gimp-remote" "$@"