view scripts/showTopo.sh @ 274:f866178f3018

success to reconnect
author sugi
date Sun, 29 Sep 2013 17:17:10 +0900
parents 094d8fa4945e
children
line wrap: on
line source

#!/bin/bash
max=$1
child_num=`expr $max - 1`
ruby ./topology/treen.rb $max 2 > ./topology/tree.dot
dot -Tpng ./topology/tree.dot > ./topology/tree.png
open ./topology/tree.png