aboutsummaryrefslogtreecommitdiff
path: root/src/installer/starthd24connect.command
diff options
context:
space:
mode:
Diffstat (limited to 'src/installer/starthd24connect.command')
-rwxr-xr-xsrc/installer/starthd24connect.command5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/installer/starthd24connect.command b/src/installer/starthd24connect.command
new file mode 100755
index 0000000..574d4c4
--- /dev/null
+++ b/src/installer/starthd24connect.command
@@ -0,0 +1,5 @@
1#!/bin/sh
2# to start hd24connect on Mac
3export HD24PATH=`echo $0|sed -e 's/starthd24connect\.command//'|sed -e 's/\/$//'`
4export DYLD_LIBRARY_PATH=$HD24PATH/hd24connect.app/Contents/MacOS/:$DYLD_LIBRARY_PATH
5open $HD24PATH/hd24connect.app $*