diff options
author | ppatience0 <ppatience0@gmail.com> | 2013-06-09 10:57:12 -0400 |
---|---|---|
committer | ppatience0 <ppatience0@gmail.com> | 2013-06-09 10:57:12 -0400 |
commit | d1b9c8c69ff01764c713f9600ddda0e9958a57de (patch) | |
tree | 4478d690c1987bc763a3348d49e90a35f41fb4eb /lib/rfc | |
parent | de463408482b3d1e5c361866ac7500c07c5f4e96 (diff) | |
download | plan9front-d1b9c8c69ff01764c713f9600ddda0e9958a57de.tar.xz |
grabrfc: create /lib/rfc/drafts if it doesn't exist yet
Diffstat (limited to 'lib/rfc')
-rwxr-xr-x | lib/rfc/grabrfc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rfc/grabrfc b/lib/rfc/grabrfc index c1fb48971..4e06df312 100755 --- a/lib/rfc/grabrfc +++ b/lib/rfc/grabrfc @@ -36,6 +36,7 @@ ftpfs -q/ -a $user@$dom ftp.ietf.org # copy in new ones found=no LIB=/lib/rfc/drafts +mkdir -p $LIB cd /n/ftp/internet-drafts for(i in *){ target=$i |