mirror of
https://github.com/dasrecht/deye-firmware.git
synced 2025-12-12 00:35:38 +02:00
Adding 0_5407_1 versions trough enumeration
This commit is contained in:
8
0_5407_1/create-sha-digests.sh
Normal file
8
0_5407_1/create-sha-digests.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
# bash script that runs shasum on all *.bin files in this directory
|
||||
# and creates a file called $filename.DIGEST
|
||||
|
||||
# loop over all *.bin files
|
||||
for filename in *.bin; do
|
||||
# create a file called $filename.DIGEST
|
||||
shasum -a 256 $filename > $filename.DIGEST
|
||||
done
|
||||
Reference in New Issue
Block a user