chiark / gitweb /
New, from http://svn.collab.net/repos/svn/trunk/contrib/client-side/wcgrep;
[bin.git] / get-rfc
1 #! /bin/sh
2 # Depends: wget
3 cd "$HOME/misc/rfc"
4 [ -f "rfc$1.txt" ] || wget "http://www.ietf.org/rfc/rfc$1.txt"
5 ${PAGER:-pager} "rfc$1.txt"