#!/bin/bash

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

