mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
sb/sha512-base64: Add script to generate a base64 checksum.
- Use this command to get a smaller sha512 checksum
This commit is contained in:
2
source-builder/sha512-base64
Executable file
2
source-builder/sha512-base64
Executable file
@@ -0,0 +1,2 @@
|
||||
#! /bin/sh
|
||||
openssl dgst -binary -sha512 $1 | openssl base64 | sed '{N;s/\n//;}'
|
Reference in New Issue
Block a user