view doc/ucis.ano/bgp_graph/process_xml.sh @ 426:d117f60b8aeb draft

merged sevilNatas commit with conflicts
author Nick <nick@somerandomnick.ano>
date Wed, 02 Mar 2011 23:24:57 +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