Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 431:ff84cbe9f714 draft
nuked kn redundancy
author | sevil <sevil@sevilnatas.ano> |
---|---|
date | Tue, 08 Mar 2011 16:44:13 +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