diff options
Diffstat (limited to 'doc/ucis.ano/bgp_graph/graph.sh')
-rwxr-xr-x | doc/ucis.ano/bgp_graph/graph.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ucis.ano/bgp_graph/graph.sh b/doc/ucis.ano/bgp_graph/graph.sh new file mode 100755 index 0000000..2e7fbec --- /dev/null +++ b/doc/ucis.ano/bgp_graph/graph.sh @@ -0,0 +1,3 @@ +#!/bin/sh +./path_list_to_dot.php < /home/vpn/public_html/.stats/bgp_paths.txt | \ +twopi -T svg -o /home/vpn/public_html/.stats/anonet.svg |