if [[ -f core ]] 
then
  echo Removing core file...
  rm -f core
else
  echo Woo Hoo! No core!
fi

make
./loadping
