view doc/ucis.ano/bgp_graph/process_xml.sh @ 62:ec2590f00495 draft

recovered some work lost accidentally outside git
author Nick <nick@somerandomnick.ano>
date Thu, 17 Jun 2010 16:41:11 +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