while true
do
   read line
   if test "$line" = ""
   then exit
   fi
   time csound -nd $line.orc $line.sco 
   cat ../BATCH/BBKING
done
