mirror of
https://github.com/dasrecht/deye-firmware.git
synced 2025-12-11 00:05:37 +02:00
fixes in wording and adding the digest scripts
This commit is contained in:
5
0_D0002_18/check-sha-digests.sh
Normal file
5
0_D0002_18/check-sha-digests.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
# loop over all *.bin.DIGEST files
|
||||
|
||||
for filename in *.bin.DIGEST; do
|
||||
shasum -a 256 -c $filename
|
||||
done
|
||||
Reference in New Issue
Block a user