ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/update_ev_c
Revision: 1.1
Committed: Thu Aug 4 13:57:16 2011 UTC (12 years, 9 months ago) by root
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 #!/bin/sh -e
2    
3     (
4     sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c
5     cat ecb.h
6     sed -ne '\%/\* ECB.H END \*/%,$p' ev.c
7     ) >ev.c~ && mv ev.c~ ev.c
8