Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 937:dfb7ded25d66 draft
updated ns1.wakawaka.ano ip
author | wakawaka <nobody@nowhere> |
---|---|
date | Tue, 13 Mar 2012 22:31:30 +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