~cemkeylan/sh256

simple BSD-style digest script for coreutils
README: update
README: update
initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~cemkeylan/sh256
read/write
git@git.sr.ht:~cemkeylan/sh256

You can also use your local clone with git send-email.

#SH256

Tiny shell script to create BSD-style digests using coreutils-style digest programs. It isn't specific to sha256(1), it calls the digest necessary digest program depending on its own name. The Makefile handles all of it anyway.

E.g.

sha256 -> sha256sum
md5    -> md5sum

#Installation

The program can be installed by running:

 make install