Browse Source

displaydot.sh: this is sh(1) syntax.

ng0 4 years ago
parent
commit
33de5802a7
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/conversation/displaydot.sh

+ 1 - 3
src/conversation/displaydot.sh

@@ -1,5 +1,3 @@
-#!/bin/bash
+#!/bin/sh
 dot -Tpng `ls -tr1 /tmp/*rec*.dot | tail -1` | display /dev/stdin &
-
 dot -Tpng `ls -tr1 /tmp/*play*.dot | tail -1` | display /dev/stdin &
-