#!/bin/sh

find . -type d -name 'CVS' -print | xargs rm -fR

