summaryrefslogtreecommitdiff
path: root/doc/ucis.ano/bgp_graph/process_xml.sh
blob: dec83dd657f61e22bd84d73d0475cf3c72f626ce (plain) (blame)
1
2
3
4
5
6
#!/bin/sh
for file in ./xml/*
do
	echo "Processing $file"
	./bgp_path_list_xml.php < "$file" > data/`basename "$file"`
done