mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-10-03 20:35:35 +08:00
add libev
This commit is contained in:
8
libev/update_ev_c
Executable file
8
libev/update_ev_c
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
(
|
||||
sed -ne '1,\%/\* ECB.H BEGIN \*/%p' ev.c
|
||||
cat ~/src/libecb/ecb.h
|
||||
sed -ne '\%/\* ECB.H END \*/%,$p' ev.c
|
||||
) >ev.c~ && mv ev.c~ ev.c
|
||||
|
Reference in New Issue
Block a user