Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 498:7ad8b0d24cd1 draft
Updating faq.pod for a2.o with new IPv6 info
author | lex <lex@lynx.ano> |
---|---|
date | Mon, 09 May 2011 23:49:39 +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