Update README.md

This commit is contained in:
Alexandre Dulaunoy 2023-07-09 09:58:07 +02:00 committed by GitHub
parent 1004a6bd97
commit 790cf27b90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,5 +20,9 @@ The HHHash value is the SHA256 of the list.
~~~
$ curl -s -D - https://www.circl.lu/ -o /dev/null | awk 'NR != 1' | cut -f1 -d: | sed '/^[[:space:]]*$/d' | sed -z 's/\n/:/g' | sha256sum | cut -f1 -d " " | awk {'print "hhh:1:"$1'}
~~~
Output value
~~~
hhh:1:79dde6169456e7e2886eb1668b3c27e8438f1a7219fc5fbb13d9c8eec07c5983
~~~