Adding 0_5407_1 versions trough enumeration

This commit is contained in:
Bastian Widmer
2023-09-10 09:58:14 +02:00
parent 63cf162af7
commit 7a6c8331f1
5 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# loop over all *.bin.DIGEST files
for filename in *.bin.DIGEST; do
shasum -a 256 -c $filename
done