view doc/ucis.ano/bgp_graph/process_xml.sh @ 237:827a4f3cb6af draft

Merge branch 'master' of git://1.0.49.10
author pragmo <pragmo@pragmo.ano>
date Thu, 28 Oct 2010 19:52:50 +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