#!/bin/bash

tput clear

GPP="g++ `cat ../../c++std`"

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

echo $CMD
$CMD
