view doc/ucis.ano/bgp_graph/process_xml.sh @ 324:ef46d6c8f74b draft

Not much has changed, AFAIKS... but whatever.
author Ivo Smits <Ivo@UCIS.nl>
date Sun, 02 Jan 2011 23:35:35 +0100
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