Merge pull request #14 from samchesney/add_dfu_runner_script

Add simple runner script for DFU host app
This commit is contained in:
Brendon Le Comte
2017-09-20 13:19:57 +01:00
committed by GitHub

View File

@@ -0,0 +1,9 @@
#! /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