#!/bin/csh -f
#
# hack cuz I couldnt get this into a find...
#
cd $1
if (-d RCS) then
	#echo "in doCOs with dir " `pwd`
	#rm -f *
	co RCS/*
endif
