Last change
on this file since 1328 was
1082,
checked in by julian.reschke@…, 12 years ago
|
Prepare publication of authscheme-registrations-00
|
-
Property svn:executable set to
*
|
File size:
262 bytes
|
Rev | Line | |
---|
[1082] | 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 |
|
---|
| 10 | foreach i ( draft-ietf-httpbis-authscheme-registrations )
|
---|
| 11 | cp -p $i.redxml $i-$num.xml
|
---|
| 12 | cp -p $i.txt $i-$num.txt
|
---|
| 13 | end
|
---|
Note: See
TracBrowser
for help on using the repository browser.