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
Commits
259f3d5c
Commit
259f3d5c
authored
Feb 02, 2018
by
Nick Bearson
Browse files
sort the checksums so that we don't have so many edits next time
parent
b1b5b3e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/generate_checksums.sh
View file @
259f3d5c
#!/usr/bin/env bash
rm
-f
checksums
find data
-
exec
sha512sum
{}
>>
checksums
\;
find data
-
print0
|
sort
-z
| xargs
-r0
sha512sum
>>
checksums
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment