diff options
-rw-r--r-- | zshfunc/sd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ ## vim:ft=zsh:foldmethod=marker local fp -fp=$( wget -q -O - http://tor.noreply.org:80/tor/status/authority | \ +fp=$( wget -q -O - http://tor.noreply.org:80/tor/status-vote/current/consensus | \ awk '$1 == "r" && $2 == "'$1'" {printf "%s===", $3}' | \ perl -MMIME::Base64 -e "print unpack(\"H*\", decode_base64(<>)),\"\n\"" ) echo wget -q -O - http://tor.noreply.org:80/tor/server/fp/$fp |