summaryrefslogtreecommitdiff
path: root/src/make_unicode_wb.sh
blob: e2e98fae5497f085cec128712888ec9eab78fac6 (plain)
1
2
3
4
5
6
7
#!/bin/sh

NAME=unicode_wb_data

./make_unicode_wb_data.py > ${NAME}.c

exit 0