Files
lib_xua/module_dfu/host/xmos_dfu_osx/run_xmosdfu.sh
Sam Chesney 9061166ca9 Add simple runner script for DFU host app
This script performs the environment setup before executing the DFU app.
2017-09-08 16:17:02 +01:00

10 lines
199 B
Bash
Executable File

#! /bin/bash
#find out were we are running from so we only exec this program
PROGDIR=`dirname $0`
#setup environment
export DYLD_LIBRARY_PATH=$PROGDIR:$DYLD_LIBRARY_PATH
$PROGDIR/xmosdfu $1 $2 $3