#!g:/bin/tcsh.exe
set textfile = RCSDescription.txt
foreach file (*.c *.h)
	ci -t$textfile $file
	co -l $file
end
