view doc/ucis.ano/bgp_graph/process_xml.sh @ 1016:b21b42e0ea32 draft

welcome /A666/Name :-)
author Nick <nick@somerandomnick.ano>
date Thu, 27 Sep 2012 17:14:16 +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