]> matita.cs.unibo.it Git - helm.git/commitdiff
start tutors with nice at the lowest priority
authorStefano Zacchiroli <zack@upsilon.cc>
Thu, 4 Sep 2003 16:46:03 +0000 (16:46 +0000)
committerStefano Zacchiroli <zack@upsilon.cc>
Thu, 4 Sep 2003 16:46:03 +0000 (16:46 +0000)
helm/hbugs/tutors/sabba.sh

index 31c186af409d64da34ee836d845b65b5c5829265..988a081f233d30f444a2c957f33063129a4279ee 100755 (executable)
@@ -38,7 +38,7 @@ while read line; do
       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"