view doc/ucis.ano/bgp_graph/process_xml.sh @ 840:06d89b3c665f draft

welcome /EchoNode :-)
author Nick <nick@somerandomnick.ano>
date Mon, 19 Dec 2011 19:52:58 +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