view doc/ucis.ano/bgp_graph/process_xml.sh @ 397:d061105a6f22 draft

new stuff
author sevil <sevil@sevilnatas.ano>
date Wed, 09 Feb 2011 10:39:16 -0600
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