#! /bin/sh

in_file="../data/class-dflt-tab.csv"
out_file="./class-dflt-tab.h"

####

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