chiark / gitweb /
aff8b7a648ca5856a6f4d169f23cb1c0a01a844b
[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"