#!/bin/sh # Start the Simulator System with the practice script cd ../webapps python -m CGIHTTPServer 8080 & sleep 1 cd .. java -DPROP_FILE=cad_simulator_practice.properties -jar deploy/CADserver.jar & sleep 7 java -jar deploy/SimManager.jar practice_script_2016.xml &