Last change
on this file since 234 was
44,
checked in by fielding@…, 15 years ago
|
set executable
|
-
Property svn:executable set to
*
|
File size:
427 bytes
|
Rev | Line | |
---|
[27] | 1 | #!/bin/tcsh |
---|
| 2 | |
---|
| 3 | set num = $argv[1] |
---|
| 4 | |
---|
| 5 | if ( $num == "" ) then |
---|
| 6 | echo "must specify draft number as first argument" |
---|
| 7 | exit 1 |
---|
| 8 | endif |
---|
| 9 | |
---|
[43] | 10 | # foreach i ( p1-messaging p2-semantics p3-payload p4-conditional p5-range p6-cache p7-auth p8-cookies ) |
---|
[27] | 11 | |
---|
[43] | 12 | foreach i ( p1-messaging p2-semantics p3-payload p4-conditional p5-range p6-cache p7-auth ) |
---|
| 13 | cp -p $i.redxml draft-ietf-httpbis-$i-$num.xml |
---|
| 14 | cp -p $i.txt draft-ietf-httpbis-$i-$num.txt |
---|
[27] | 15 | end |
---|
Note: See
TracBrowser
for help on using the repository browser.