summaryrefslogtreecommitdiff
path: root/doc/ucis.ano/bgp_graph/process_xml.sh
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ucis.ano/bgp_graph/process_xml.sh')
-rwxr-xr-xdoc/ucis.ano/bgp_graph/process_xml.sh6
1 files changed, 6 insertions, 0 deletions
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