summaryrefslogtreecommitdiff
path: root/update_ev_c
diff options
context:
space:
mode:
Diffstat (limited to 'update_ev_c')
-rwxr-xr-xupdate_ev_c8
1 files changed, 8 insertions, 0 deletions
diff --git a/update_ev_c b/update_ev_c
new file mode 100755
index 0000000..4541753
--- /dev/null
+++ b/update_ev_c
@@ -0,0 +1,8 @@
+#!/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
+