From 0af45db40a809524fe0b3f7f38d5185717ff8758 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 8 May 2009 19:18:47 +0000 Subject: remove function headers git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@392 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede --- zshfunc/sd | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'zshfunc/sd') diff --git a/zshfunc/sd b/zshfunc/sd index 8805b6f..9550e63 100644 --- a/zshfunc/sd +++ b/zshfunc/sd @@ -1,8 +1,6 @@ ## vim:ft=zsh:foldmethod=marker -sd() { - 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 -} +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 -- cgit v1.2.3