Merge commit '259e0b1ad1bfea762a76f0098deb8f8d8db1dfa3'
[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