Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 759:d7a53b077d58 draft
Merge branch 'master' of git://git1.srn.ano
author | pikaj00 <pikaj00@gmail.com> |
---|---|
date | Mon, 31 Oct 2011 17:47:51 -0400 |
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