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

NAME=unicode_egcb_data

python3 make_unicode_egcb_data.py > ${NAME}.c

exit 0