summaryrefslogtreecommitdiff
path: root/zshfunc/sd
blob: 9550e634baecd1f1d52847595ecb87225b5f4530 (plain)
1
2
3
4
5
6
## vim:ft=zsh:foldmethod=marker

fp=$(   wget -q -O - http://tor.noreply.org:80/tor/status/authority | \
	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