#!/bin/bash

g++ --std=c++14 -Wall -o driver -I. driver.cc -L../tmp -lcsv -lbobcat -s

echo input contains: `cat input`
echo "run as:	driver < input"