view doc/ucis.ano/bgp_graph/process_xml.sh @ 59:e98428d490b8 draft

updated dn42 domains and IPs from wiki
author Nick <nick@somerandomnick.ano>
date Wed, 16 Jun 2010 06:53:56 +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