1
0
mirror of https://github.com/wangyu-/udp2raw.git synced 2025-03-02 10:59:35 +08:00

9 lines
155 B
Plaintext
Raw Normal View History

2018-08-29 02:03:10 -05:00
#!/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