Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
geocat
geocat-ancillary
259f3d5c18c1da01916a28b5c80a8f7a34661242
259f3d5c18c1da01916a28b5c80a8f7a34661242
Switch branch/tag
geocat-ancillary
scripts
generate_checksums.sh
Find file
Normal view
History
Permalink
generate_checksums.sh
100 Bytes
Newer
Older
adding basic checksumming for data verification
Nick Bearson
committed
Apr 24, 2017
1
2
3
#!/usr/bin/env bash
rm
-f
checksums
sort the checksums so that we don't have so many edits next time
Nick Bearson
committed
Feb 02, 2018
4
find data
-print0
|
sort
-z
| xargs
-r0
sha512sum
>>
checksums