From ca7fde0e34aaf4813dd732d174d7aebc3758e10c Mon Sep 17 00:00:00 2001 From: john stone Date: Fri, 21 Sep 2012 21:02:43 +0200 Subject: [PATCH] adde automatedd batch programming --- fw_test/batchprog | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 fw_test/batchprog diff --git a/fw_test/batchprog b/fw_test/batchprog new file mode 100755 index 0000000..755a7f5 --- /dev/null +++ b/fw_test/batchprog @@ -0,0 +1,6 @@ +#!/bin/bash +A=`tempfile` +(base64 -d|gunzip ) > $A <<