view doc/ucis.ano/bgp_graph/process_xml.sh @ 1064:d3b8a177cdd7 draft

/anonset
author spoofsec <spoofsec@spoofsec.ano>
date Sat, 17 Nov 2012 21:42:03 +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