echo "compiling" && g++ -I. -I.. tester.cpp util.cpp plugins/TrainInfo.cpp && echo "running" && ./a.out && rm a.out