#!/bin/bash

g++ `cat ../../c++std` -Wall -o driver driver.cc -s
