dm
/
cs
forked from sm/cs
1
0
Fork 0
calculate checksums
Go to file
Derek McQuay 996c34e89c
added .gitignore file
2016-11-15 21:57:45 -08:00
.gitignore added .gitignore file 2016-11-15 21:57:45 -08:00
check.go added ngo flag and default worker value (NumCpu) 2016-11-15 21:28:01 -08:00
license init 2015-12-08 10:18:42 -08:00
main.go added ngo flag and default worker value (NumCpu) 2016-11-15 21:28:01 -08:00
readme.md added md5 2016-01-03 20:16:43 -08:00

readme.md

cs

calculate checksums

It's a simpler version of shasum + md5sum, but only for md5, sha1, sha256, and sha512.

usage

cs -a 256 < foo.txt
cs foo.txt
cs -a sha1 foo.txt foo.txt foo.txt