You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
309 B

timestamp() {
date +"%T"
}
cd serverPredictor
timestamp
echo "Starting training the model: classifierChooser.py"
python classifierChooser.py
timestamp
echo "Starting serverPredictor"
xterm -hold -e 'python serverPredictor.py' &
sleep 4
timestamp
echo "Starting test.sh"
xterm -hold -e 'bash test.sh' &