source: draft-ietf-httpbis-content-disp/00/dodraft @ 1846

Last change on this file since 1846 was 982, checked in by julian.reschke@…, 13 years ago

initial version of content-disposition ID derived from draft-reschke-rfc2183-in-http-03 (see #213)

File size: 250 bytes
Line 
1#!/bin/tcsh
2
3set num = $argv[1]
4
5if ( $num == "" ) then
6   echo "must specify draft number as first argument"
7   exit 1
8endif
9
10foreach i ( draft-ietf-httpbis-content-disp )
11  cp -p $i.redxml $i-$num.xml
12  cp -p $i.txt    $i-$num.txt
13end
Note: See TracBrowser for help on using the repository browser.