view doc/ucis.ano/bgp_graph/process_xml.sh @ 866:fa767e9c8d84 draft

welcome /irc2p :-)
author Nick <nick@somerandomnick.ano>
date Sun, 08 Jan 2012 17:32:09 +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