Merge branch 'master' of github.com:p42/project42
This commit is contained in:
commit
39696e59fd
|
@ -0,0 +1,15 @@
|
||||||
|
drive=/cygdrive/f
|
||||||
|
file=$drive/firmware.bin
|
||||||
|
|
||||||
|
while : ; do
|
||||||
|
while [ ! -f $file ] ; do
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
cp firmware.bin $file
|
||||||
|
echo -n '<Flashed>'
|
||||||
|
echo -n '<Flashed>'|sed 's/.//g';
|
||||||
|
while [ -f $file ] ; do
|
||||||
|
sleep 1
|
||||||
|
done
|
||||||
|
done
|
||||||
|
|
Loading…
Reference in New Issue