Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 46:c79c2e94307c draft
forgot semicolons in dot code (bug reported and tracked down by UFO)
author | Nick <nick@somerandomnick.ano> |
---|---|
date | Sat, 12 Jun 2010 00:05:16 +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