view doc/ucis.ano/bgp_graph/process_xml.sh @ 415:8f1f7a4ededa draft

db/usr/sevilNatas/git fixed...
author sevil <sevil@sevilnatas.ano>
date Thu, 17 Feb 2011 04:32:29 +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