#!/bin/sh

#  Delete CVS versioning information from your local copy

find -type d|grep CVS|xargs rm -rf
