more scripts

This commit is contained in:
Matthew Kennedy 2024-03-07 22:31:26 -08:00
parent 6db9cc3323
commit b7437c9890
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
set -euo pipefail
echo "This script reads rusefi_config.txt and produces firmware persistent configuration headers"
echo "The storage section of fome.ini is updated as well"

View File

@ -1,10 +1,9 @@
#!/bin/bash
# file gen_signature.sh
set -euo pipefail
SHORT_BOARDNAME=$1
SIGNATURE_FILE_NAME=tunerstudio/generated/signature_${SHORT_BOARDNAME}.txt
echo "Generating signature for ${SHORT_BOARDNAME}"