# Create .dnewsrc file from .newsrc

cd uunews:
while read InputLine
do if [ "$InputLine"!="/END/" ] then echo "y $InputLine 0 - -" >> uulib:.dnewsrc
   elif [ "$InputLine"="/END/" ] then break
   fi
done <uulib:.newsrc

echo done!
cd vd0:

