Skip to content
Snippets Groups Projects
Commit 18ddfd8f authored by Nick Bearson's avatar Nick Bearson
Browse files

adding basic checksumming for data verification

parent 11c9b628
No related branches found
No related tags found
No related merge requests found
checksums 0 → 100644
source diff could not be displayed: it is too large. Options to address this: view the blob.
#!/usr/bin/env bash
rm -f checksums
find data -exec sha512sum {} >> checksums \;
#!/usr/bin/env bash
sha512sum -c checksums
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment