Usage of sha3sum: sha3sum [-c <hash.ext>] [-b N] [-r] <file.ext> -b int Bits: 224, 256, 384 and 512. (default 256) -c string Check hashsum file. -r Process directories recursively.
$ ./sha3sum [-r] "*.*" > hash.txt
$ ./sha3sum -c hash.txt $ echo $?
This project is licensed under the ISC License.