#!/bin/sh

NAME=unicode_wb_data

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

exit 0