#! /bin/sh

in_file="../data/item-wpn-tab.csv"
out_file="./item-wpn-tab.h"

####

../sh/cv-tab.awk $in_file > $out_file
