chiark / gitweb /
add squeeze, until such time as I run out of disk space I'm prepared to give to the...
[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"