#!/bin/sh

rm -rf `cvs -n update | sed -rn -e 's/^\? (.*)/\1/p'`
find . -type l -exec rm {} \;
rm -f Changelog
