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