Changeset 43 for draft-ietf-httpbis/latest
- Timestamp:
- 18/12/07 01:17:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/dodraft
r27 r43 8 8 endif 9 9 10 if ( -d $num ) then 11 echo "$num already exists" 12 exit 2 13 endif 10 # foreach i ( p1-messaging p2-semantics p3-payload p4-conditional p5-range p6-cache p7-auth p8-cookies ) 14 11 15 mkdir ../$num 16 17 foreach i ( p1-messaging p2-semantics p3-payload p4-conditional p5-range p6-cache p7-auth p8-cookies ) 18 cp -p $i.xml ../$num/draft-ietf-httpbis-$i-$num.xml 19 cp -p $i.txt ../$num/draft-ietf-httpbis-$i-$num.txt 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 20 15 end
Note: See TracChangeset
for help on using the changeset viewer.