diff options
author | epochqwert <epoch@hacking.allowed.org> | 2015-04-30 13:44:16 -0500 |
---|---|---|
committer | epochqwert <epoch@hacking.allowed.org> | 2015-04-30 13:44:16 -0500 |
commit | 9be8e4e8524a1d33390c8b8824a05ef5624e783e (patch) | |
tree | b7c558cebf0eb3037487b05140c19bb06c4bd369 /nocompile/bin/rfc | |
parent | 89b165504c98599839dfb8a8988f27e91db2dba2 (diff) | |
download | misc-9be8e4e8524a1d33390c8b8824a05ef5624e783e.tar.gz misc-9be8e4e8524a1d33390c8b8824a05ef5624e783e.zip |
added comment to rfc for those wanting to mirror RFCs.
incrementing x and y in turn2line was in the wrong spot and caused weird stuff
Diffstat (limited to 'nocompile/bin/rfc')
-rwxr-xr-x | nocompile/bin/rfc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nocompile/bin/rfc b/nocompile/bin/rfc index 56440ae..45712fc 100755 --- a/nocompile/bin/rfc +++ b/nocompile/bin/rfc @@ -1,4 +1,5 @@ #!/bin/sh +#btw: http://www.ietf.org/mirror-instructions.html RFCPATH=/anarchy/rfc if [ ! -f "${RFCPATH}/rfc$1.txt" ];then echo "RFC file not found... downloading..." |