We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e938fe commit 89bdacbCopy full SHA for 89bdacb
scripts/generate_checksum_files.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+md5sum $1 | cut -d ' ' -f 1 > $1.md5
3
+sha1sum $1 | cut -d ' ' -f 1 > $1.sha1
4
+sha256sum $1 | cut -d ' ' -f 1 > $1.sha256
5
+sha512sum $1 | cut -d ' ' -f 1 > $1.sha512
0 commit comments