fix RPS service: Provide closure for view insertion
[oweals/gnunet.git] / src / conversation / displaydot.sh
1 #!/bin/bash
2 dot -Tpng `ls -tr1 /tmp/*rec*.dot | tail -1` | display /dev/stdin &
3
4 dot -Tpng `ls -tr1 /tmp/*play*.dot | tail -1` | display /dev/stdin &
5