From 2a9c494477ed1d88f97b8b8db98a841c74159b1f Mon Sep 17 00:00:00 2001 From: ivo Date: Thu, 10 Jun 2010 00:15:51 +0200 Subject: Added bgp graph scripts --- doc/ucis.ano/bgp_graph/process_xml.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 doc/ucis.ano/bgp_graph/process_xml.sh (limited to 'doc/ucis.ano/bgp_graph/process_xml.sh') diff --git a/doc/ucis.ano/bgp_graph/process_xml.sh b/doc/ucis.ano/bgp_graph/process_xml.sh new file mode 100755 index 0000000..dec83dd --- /dev/null +++ b/doc/ucis.ano/bgp_graph/process_xml.sh @@ -0,0 +1,6 @@ +#!/bin/sh +for file in ./xml/* +do + echo "Processing $file" + ./bgp_path_list_xml.php < "$file" > data/`basename "$file"` +done -- cgit v1.2.3