#! /bin/sh

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

####

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