#! /bin/sh -x
# $Id: gwcscan 4053 2003-10-06 07:06:38Z eqom14 $
awk '/^http:\/\// {printf "%s\0", $0}' /tmp/gwcache.boot \
	| xargs -0n 1 gwccheck 

