#!/usr/bin/perl

require '/mit/mkgray/project/newcomp/lib.pl';

chdir('/bb/compredb');
&initFiles("/bb/compredb");
while(<>) {
	chop;
#	print("Adding $_\n");
	&addSite($_);
}