Setting tag sliver-openvswitch-2.2.90-1
[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