view doc/ucis.ano/bgp_graph/process_xml.sh @ 736:ef7b729162fa draft

SpliceX README instructions updated.
author d3v11 <d3v11@d3v11.ano>
date Sun, 06 Nov 2011 00:40:03 -0400
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