view doc/ucis.ano/bgp_graph/process_xml.sh @ 326:2eb15dc9b339 draft

Fixed the pod
author Ivo Smits <Ivo@UCIS.nl>
date Mon, 03 Jan 2011 01:14:38 +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