sh256

BSD-style digest generation script
git clone git://git.ckyln.com/sh256
Log | Files | Refs | README | LICENSE

commit 0ffc74bdb471959ee5cf4042b0d02e4e3a0f474e
parent abed125366b4142a6dacadcc4b947813ca6551cf
Author: Cem Keylan <cem@ckyln.com>
Date:   Mon,  5 Oct 2020 19:22:15 +0300

README: update

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -6,8 +6,8 @@ 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 + sha256 -> sha256sum + md5 -> md5sum Installation