#/bin/csh

foreach rcsfile ( $* )
	if( ! -e $rcsfile ) co $rcsfile
end
