#!/bin/bash

g++ --std=c++11 -o driver driver.cc -L../tmp -ltty -lbobcat

