summaryrefslogtreecommitdiffstats
path: root/packaging/macosx/subsurface.sh
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/macosx/subsurface.sh')
-rwxr-xr-xpackaging/macosx/subsurface.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/packaging/macosx/subsurface.sh b/packaging/macosx/subsurface.sh
new file mode 100755
index 000000000..ee9427c37
--- /dev/null
+++ b/packaging/macosx/subsurface.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+cd `dirname $0`/../Resources
+../MacOS/subsurface &
+exit 0