#!/bin/bash

g++ --std=c++14 -o driver driver.cc -lbobcat
# g++ --std=c++14 -o driver driver.cc -L../tmp -llog -lbobcat
