echo
echo -n "Graphics? "
read ans
if /bin/test $ans = y ; then
rm undo*.log a*.xyz textedit*.tmp
else :
fi

echo -n "Plots? "
read ans
if /bin/test $ans = y ; then
rm vw.spool plot*
else :
fi

echo -n "Packager? "
read ans
if /bin/test $ans = y ; then
rm pst*.dat
rm dial*.dat
rm backann.cmd
else :
fi

echo -n "Sim? "
read ans
if /bin/test $ans = y ; then
rm sim*.dat
else :
fi

echo -n "Verifier? "
read ans
if /bin/test $ans = y ; then
rm tv*.dat
else :
fi

echo -n "Compiler? "
read ans
if /bin/test $ans = y ; then
rm cmp*.dat
else :
fi
