#!/bin/bash

g++ `cat ../../c++std` -o driver -I.. driver.cc -L../tmp -lsharedbuf -lbobcat
