1#!/bin/sh
2
3NAME=unicode_wb_data
4
5./make_unicode_wb_data.py > ${NAME}.c
6
7exit 0
8