#!/bin/bash

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