view doc/ucis.ano/bgp_graph/process_xml.sh @ 465:6d1100e737a4 draft

Changes were automatically committed from the web interface at claims.lynx.ano
author lex <lex@lynx.ano>
date Mon, 21 Mar 2011 20:15:01 +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