sh256

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

README.md (383B)


      1 SH256
      2 =====
      3 
      4 Tiny shell script to create BSD-style digests using coreutils-style digest
      5 programs. It isn't specific to sha256(1), it calls the digest necessary digest
      6 program depending on its own name. The Makefile handles all of it anyway.
      7 
      8 E.g.
      9 
     10     sha256 -> sha256sum
     11     md5    -> md5sum
     12 
     13 
     14 Installation
     15 ------------
     16 
     17 The program can be installed by running:
     18 
     19      make install
     20