From: Stefano Zacchiroli Date: Thu, 4 Sep 2003 16:46:03 +0000 (+0000) Subject: start tutors with nice at the lowest priority X-Git-Tag: v0_0_1~43 X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=commitdiff_plain;h=641aec825f4cf10d5075da92681575acdfeeb2ae start tutors with nice at the lowest priority --- diff --git a/helm/hbugs/tutors/sabba.sh b/helm/hbugs/tutors/sabba.sh index 31c186af4..988a081f2 100755 --- a/helm/hbugs/tutors/sabba.sh +++ b/helm/hbugs/tutors/sabba.sh @@ -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"