mkdir $TMPDIRNAME
cd $TMPDIRNAME
cvs -d $CVSROOT co helm/matita/scripts 1>/dev/null 2>/dev/null
-bash helm/matita/scripts/profile_cvs.sh > LOG
+bash helm/matita/scripts/profile_cvs.sh > LOG 1>&2
cat <<EOT
WEB INTERFACE
-http://mowgli.cs.unibo.it/tassi/index.php
+http://mowgli.cs.unibo.it/tassi/bench.php
DAILY BENCHMARK REPORT
-`echo "select mark, SEC_TO_TIME(SUM(TIME_TO_SEC(time))) from becnh where mark = \"$MARK\" group by mark;" | mysql -u helm -h mowgli.cs.unibo.it matita`
+`echo "select mark, SEC_TO_TIME(SUM(TIME_TO_SEC(time))) from bench where mark = \"$MARK\" group by mark;" | mysql -u helm -h mowgli.cs.unibo.it matita`
DAILY BENCHMARK REPORT (DETAILED)
-`echo "select * from becnh where mark = \"$MARK\";" | mysql -u helm -h mowgli.cs.unibo.it matita`
+`echo "select * from bench where mark = \"$MARK\";" | mysql -u helm -h mowgli.cs.unibo.it matita`
COMPILATION OUTPUT
`cat LOG`