Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 760:b2beefc4c200 draft
Merge branch 'master' of git://git1.srn.ano
author | pikaj00 <pikaj00@gmail.com> |
---|---|
date | Fri, 04 Nov 2011 18:24:42 -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