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

NAME=unicode_wb_data

python3 make_unicode_wb_data.py > ${NAME}.c

exit 0