#! /bin/bash
#
/home/john/concorde/TSP/concorde -s 99 -k 100 > concorde_test.txt
#
if [ $? -ne 0 ]; then
  echo "Run error."
  exit
fi
#
echo "Normal end of execution."
