X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fhbugs%2Ftutors%2Fsabba.sh;h=55188b8c404ce170a8794bf9cb72f4e5b9dfe405;hb=1fb8d0192e1f7ee891c53dc282c9c9f111e63e3c;hp=31c186af409d64da34ee836d845b65b5c5829265;hpb=201e5f67d1227dfb5c863e2edc862bb6d73e9383;p=helm.git diff --git a/helm/hbugs/tutors/sabba.sh b/helm/hbugs/tutors/sabba.sh index 31c186af4..55188b8c4 100755 --- a/helm/hbugs/tutors/sabba.sh +++ b/helm/hbugs/tutors/sabba.sh @@ -34,11 +34,11 @@ while read line; do tutor=`echo $line | sed 's/\.ml//'` if [ "$1" = "stop" ]; then echo -n "Stopping HBugs tutor $tutor ... " - killall $tutor + killall -9 $tutor echo "done!" elif [ "$1" = "start" ]; then echo -n "Starting HBugs tutor $tutor ... " - ./$tutor &> run/$tutor.LOG & + nice -n 19 ./$tutor &> run/$tutor.LOG & echo "done!" else echo "Uh? Try --help"