Print SHA256 of the zip archive, not the binary
This commit is contained in:
parent
79bf430dee
commit
4b5a2b96a8
@ -9,6 +9,6 @@ for file in $(ls $DIR)
|
||||
do
|
||||
fin=$DIR/$file
|
||||
fout=$DIR/$file.zip
|
||||
shasum -a 256 $fin
|
||||
zip -9 -q -j $fout $fin
|
||||
shasum -a 256 $fout
|
||||
done
|
Loading…
x
Reference in New Issue
Block a user