Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 88:e90a139c47ad draft
Merge git://pragmo.ano
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Wed, 04 Aug 2010 20:58:03 +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