view doc/ucis.ano/bgp_graph/process_xml.sh @ 1105:df77b4da95f1 draft

[configure] fixes
author d3v11 <d3v11@d3v11.ano>
date Tue, 16 Apr 2013 03:36:42 +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