From: Colin Watson Date: Tue, 20 Aug 2002 13:58:22 +0000 (+0000) Subject: --passive is a bit pointless for HTTP! X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=b0d0617438b3e17a861ddfa74b89e3c3d148f996;p=bin.git --passive is a bit pointless for HTTP! --- diff --git a/get-rfc b/get-rfc index ca7c2aa..03efd03 100755 --- a/get-rfc +++ b/get-rfc @@ -1,2 +1,3 @@ #! /bin/sh -wget --passive http://www.ietf.org/rfc/rfc$1.txt +# Depends: wget +wget "http://www.ietf.org/rfc/rfc$1.txt"