Ross Mohn <rpmohn_AT_waxandwane.org> once said:
> OK, I've only used MD5 before. I can visually see that the output of
> "openssl dgs -sha1 wmii-3.tar.gz" matches what's in
> wmii-3.tar.gz.sha1sum, but how do I automate/script that? Do I need
> a .pem file for a public key?
> Thanks -RPM
hget http://wmii.net/download/wmii-3.tar.gz.sha1sum | sha1sum -c
or if you don't have hget (it's a p9p app), do:
wget -q -O - http://wmii.net/download/wmii-3.tar.gz.sha1sum | sha1sum -c
regards,
ality
-- "The right to be left alone is indeed the beginning of all freedom."Received on Fri May 19 2006 - 15:28:22 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 16:05:40 UTC