view doc/ucis.ano/bgp_graph/process_xml.sh @ 359:a2add0cd0eee draft

Corrected stuff (Atiti)
author Atiti <atiti@anonet>
date Wed, 12 Jan 2011 07:29: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