Mercurial > hg > anonet-resdb
view doc/ucis.ano/bgp_graph/process_xml.sh @ 1108:797b210f6c9d draft
xmpp
author | Anonymous Coward <nobody@nowhere> |
---|---|
date | Wed, 24 Apr 2013 13:16:15 +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