From 33de5802a7d3983fbc802e4d282d2d68b91b3746 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 22 Nov 2019 21:33:05 +0000 Subject: [PATCH] displaydot.sh: this is sh(1) syntax. --- src/conversation/displaydot.sh | 4 +--- 1 file changed, 1 insertion(+), 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 @@ -#!/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 & - -- 2.25.1