mirror of /home/gitosis/repositories/libev.git
9 lines
142 B
Plaintext
9 lines
142 B
Plaintext
![]() |
#!/bin/sh -e
|
||
|
|
||
|
(
|
||
|
sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c
|
||
|
cat ecb.h
|
||
|
sed -ne '\%/\* ECB.H END \*/%,$p' ev.c
|
||
|
) >ev.c~ && mv ev.c~ ev.c
|
||
|
|