view doc/ucis.ano/bgp_graph/process_xml.sh @ 30:77b07c336f91 draft

added the AnoNet1 domains, and UFO's graphing scripts now use env for local ASN
author Nick <nick@somerandomnick.ano>
date Fri, 11 Jun 2010 09:05:23 +0000
parents 4dbe5bf653bb
children
line wrap: on
line source

#!/bin/sh
for file in ./xml/*
do
	echo "Processing $file"
	./bgp_path_list_xml.php < "$file" > data/`basename "$file"`
done