mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00
3 lines
80 B
Bash
Executable File
3 lines
80 B
Bash
Executable File
#! /bin/sh
|
|
openssl dgst -binary -sha512 $1 | openssl base64 | sed '{N;s/\n//;}'
|