Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 1078:ae823c1df0a0 draft
sorbatol initial setup
author | sorbatol <sorbatol@tormail.org> |
---|---|
date | Fri, 15 Mar 2013 01:31:45 +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