#!/bin/bash

g++ --std=c++14 -Wall -o driver driver.cc -L../tmp -lgethostent -lbobcat -s
