view doc/ucis.ano/bgp_graph/process_xml.sh @ 873:6423b589fd24 draft

stuff
author madhat <madhat@madnet.ano>
date Thu, 12 Jan 2012 07:13:38 +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