view doc/ucis.ano/bgp_graph/process_xml.sh @ 512:bc0250f346e0 draft

new link in a2.o
author Nick <nick@somerandomnick.ano>
date Tue, 24 May 2011 21:49:53 +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