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