Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 572:de37f8c6b7cf draft
censored KwaakNet because that KwaakNet censors users
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Tue, 26 Jul 2011 14:49:55 +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