]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/hbugs/tutors/sabba.sh
fixed a typo (inside a comment)
[helm.git] / helm / hbugs / tutors / sabba.sh
index 31c186af409d64da34ee836d845b65b5c5829265..55188b8c404ce170a8794bf9cb72f4e5b9dfe405 100755 (executable)
@@ -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"