view doc/ucis.ano/bgp_graph/process_xml.sh @ 441:a63a9e924d92 draft

Changes were automatically committed from the web interface at claims.lynx.ano
author lex <lex@lynx.ano>
date Fri, 18 Mar 2011 01:11:49 +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