#!/bin/sh

#V_UpdateHost=2; export V_UpdateHost 
#V_abcbot=2; export V_abcbot 

for	h
do
#	echo $h
	./abcbot $h <URLs >abcbot.$h.log 2>&1
#	UpdateHost $h <URLs >UpdateHost.$h.log 2>&1
done
