summaryrefslogtreecommitdiff
path: root/src/make_unicode_egcb.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/make_unicode_egcb.sh')
-rwxr-xr-xsrc/make_unicode_egcb.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/make_unicode_egcb.sh b/src/make_unicode_egcb.sh
new file mode 100755
index 0000000..89cfa18
--- /dev/null
+++ b/src/make_unicode_egcb.sh
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+NAME=unicode_egcb_data
+
+./make_unicode_egcb_data.py > ${NAME}.c
+
+exit 0