aboutsummaryrefslogtreecommitdiff
path: root/src/installer/starthd24connect.command
blob: 574d4c4b4d9ca7c58e08baf3444d463e62e7e92d (plain)
1
2
3
4
5
#!/bin/sh
# to start hd24connect on Mac
export HD24PATH=`echo $0|sed -e 's/starthd24connect\.command//'|sed -e 's/\/$//'`
export DYLD_LIBRARY_PATH=$HD24PATH/hd24connect.app/Contents/MacOS/:$DYLD_LIBRARY_PATH
open $HD24PATH/hd24connect.app $*