view doc/ucis.ano/bgp_graph/process_xml.sh @ 377:f38c849bb704 draft

Merge commit 'a8bcba16f484aa3678781f2e4a5ea02dc800b7d9'
author Nick <nick@somerandomnick.ano>
date Thu, 20 Jan 2011 02:44:48 +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