diff options
author | ivo <ivo@UFO-Net.nl> | 2010-06-10 00:15:51 +0200 |
---|---|---|
committer | ivo <ivo@UFO-Net.nl> | 2010-06-10 00:15:51 +0200 |
commit | 2a9c494477ed1d88f97b8b8db98a841c74159b1f (patch) | |
tree | 47e2dd8f2ed3252cc7ce199c2824e90f9a6691d4 /doc/ucis.ano/bgp_graph/process_xml.sh | |
parent | a91586c88ab9d64e64c3233f5818c5d936921159 (diff) | |
download | resdb-2a9c494477ed1d88f97b8b8db98a841c74159b1f.tar.gz resdb-2a9c494477ed1d88f97b8b8db98a841c74159b1f.zip |
Added bgp graph scripts
Diffstat (limited to 'doc/ucis.ano/bgp_graph/process_xml.sh')
-rwxr-xr-x | doc/ucis.ano/bgp_graph/process_xml.sh | 6 |
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 |