SBC process

This commit is contained in:
rusefillc 2021-04-26 17:24:20 -04:00
parent d79483e694
commit 00dfd930ac
1 changed files with 20 additions and 0 deletions

View File

@ -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