#!/bin/csh

foreach file (output0.*)
	perl ../../dp/annotate.pl $file > ann.$file
end
