view doc/ucis.ano/bgp_graph/process_xml.sh @ 36:14e97bffdd55 draft

was generating malformed dot
author Nick <nick@somerandomnick.ano>
date Fri, 11 Jun 2010 20:04:28 +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