#! /bin/sh

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

####

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