aboutsummaryrefslogtreecommitdiff
path: root/src/installer/starthd24connect.command
diff options
context:
space:
mode:
authorMike Crute <mcrute@gmail.com>2015-07-28 21:02:14 -0700
committerMike Crute <mcrute@gmail.com>2015-07-28 21:02:14 -0700
commita771c74e76a22099bbedee3ff32829c465429d90 (patch)
tree77c957b0974f96444012185e23edcc606719c54f /src/installer/starthd24connect.command
downloadhd24tools-a771c74e76a22099bbedee3ff32829c465429d90.tar.bz2
hd24tools-a771c74e76a22099bbedee3ff32829c465429d90.tar.xz
hd24tools-a771c74e76a22099bbedee3ff32829c465429d90.zip
Initial importHEADmaster
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 $*