From: ng0 Date: Fri, 22 Nov 2019 21:33:05 +0000 (+0000) Subject: displaydot.sh: this is sh(1) syntax. X-Git-Tag: v0.12.0~102 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=33de5802a7d3983fbc802e4d282d2d68b91b3746;p=oweals%2Fgnunet.git displaydot.sh: this is sh(1) syntax. --- 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 & -