#!/bin/bash

tput clear

GPP="g++ --std=c++14"

CMD="$GPP -o server -Wall  server.cc -lbobcat -s"

echo $CMD
$CMD
