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

NAME=unicode_egcb_data

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

exit 0