aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/displaydot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/displaydot.sh')
-rw-r--r--src/conversation/displaydot.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/conversation/displaydot.sh b/src/conversation/displaydot.sh
new file mode 100644
index 000000000..e20d41c16
--- /dev/null
+++ b/src/conversation/displaydot.sh
@@ -0,0 +1,5 @@
1#!/bin/bash
2dot -Tpng `ls -tr1 /tmp/*rec*.dot | tail -1` | display /dev/stdin &
3
4dot -Tpng `ls -tr1 /tmp/*play*.dot | tail -1` | display /dev/stdin &
5