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.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/conversation/displaydot.sh b/src/conversation/displaydot.sh
index e20d41c16..16ee23409 100644
--- a/src/conversation/displaydot.sh
+++ b/src/conversation/displaydot.sh
@@ -1,5 +1,3 @@
1#!/bin/bash 1#!/bin/sh
2dot -Tpng `ls -tr1 /tmp/*rec*.dot | tail -1` | display /dev/stdin & 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 & 3dot -Tpng `ls -tr1 /tmp/*play*.dot | tail -1` | display /dev/stdin &
5