source: rtems-source-builder/source-builder/sha512-base64 @ 081f8ff

Last change on this file since 081f8ff was 92d8e7f, checked in by Chris Johns <chrisj@…>, on 03/29/20 at 23:47:18

sb/sha512-base64: Add script to generate a base64 checksum.

  • Use this command to get a smaller sha512 checksum
  • Property mode set to 100755
File size: 80 bytes
Line 
1#! /bin/sh
2openssl dgst -binary -sha512 $1 | openssl base64 | sed '{N;s/\n//;}'
Note: See TracBrowser for help on using the repository browser.