clear
if [[ -f core ]] then
  echo Removing core...
  rm -f core
else
  echo No core, woo hoo!
fi

make
./linktool &
vmstat 2 30

