Merge commit 'b5d57fc87925cb3c029de19d0a94de5ca07ae28e'
[sliver-openvswitch.git] / planetlab / exp-tool / showgraph
1 make graph.ps
2 gv -watch -spartan graph.ps >/dev/null 2>&1 &
3 while :
4 do
5         inotifywait -e CREATE -e DELETE L
6         make graph.ps 
7 done >/dev/null 2>&1