SBC process
This commit is contained in:
parent
d79483e694
commit
00dfd930ac
|
@ -0,0 +1,20 @@
|
|||
#!/bin/bash
|
||||
|
||||
#
|
||||
# switch from one kind of bundle to another, for instance from microRusEFI to Hellen72
|
||||
#
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "New bundle name expected"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
BUNDLE=$1
|
||||
|
||||
echo $BUNDLE > bundle_name.txt
|
||||
|
||||
|
||||
rm -rf rusefi*bin
|
||||
rm -rf rusefi*hex
|
||||
rm -rf rusefi*dfu
|
||||
rm -rf rusefi*ini
|
Loading…
Reference in New Issue