
#!/bin/sh

if [ ! -x /afs/andrew.cmu.edu/usr12/dcraft/public/15-441/graphthing-linux-x86 ]; then
        echo "This script only runs on the Andrew Linux machines."
        echo "See the README if you want to run this program elsewhere."
        exit 1
fi

/afs/andrew.cmu.edu/usr12/dcraft/public/15-441/graphthing-linux-x86 $*
