#!/bin/bash
# Two airports at same location

trap "/usr/bin/killall -q -u $USER TSP 2>/dev/null" 0 1 2 3 9 15
trap "/bin/rm -f $STDERR" 0 1 2 3 9 15

/c/cs474/bin/run -stdout=stdout.out -stderr=/dev/null ./TSP /c/cs223/hw2/Tests/t006.in -nearest < /dev/null
cat stdout.out | cut -b 1-27
