Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 779:7746032f8698 draft
updated peer2anonet
author | d3v11 <d3v11@d3v11.ano> |
---|---|
date | Sat, 26 Nov 2011 09:17:54 +0000 |
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