aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/displaydot.sh
blob: e20d41c165eca264bc75cc8ed937e53ce6fe3a7b (plain) (blame)
1
2
3
4
5
#!/bin/bash
dot -Tpng `ls -tr1 /tmp/*rec*.dot | tail -1` | display /dev/stdin &

dot -Tpng `ls -tr1 /tmp/*play*.dot | tail -1` | display /dev/stdin &