# Linux command line
echo Saved debug output in tc.log
nohup java -jar TestController.jar >tc.log 2>&1 &
