Last change
on this file since 2262 was
1929,
checked in by julian.reschke@…, 8 years ago
|
prepare release of -21 drafts on Oct 4
|
-
Property svn:executable set to
*
|
File size:
405 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 | |
---|
[1929] | 10 | # foreach i ( p1-messaging p2-semantics p4-conditional p5-range p6-cache p7-auth p8-cookies ) |
---|
[27] | 11 | |
---|
[1929] | 12 | foreach i ( p1-messaging p2-semantics p4-conditional p5-range p6-cache p7-auth ) |
---|
[43] | 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.