#!/bin/bash

g++ --std=c++11 -Wall -o driver -I. driver.cc -lbobcat -s
