From a684117ab62ecc697a97642c2e54b0ec2cba25a1 Mon Sep 17 00:00:00 2001 From: BarbUk Date: Sun, 22 Apr 2018 09:50:52 +0400 Subject: [PATCH] remove useless redirect --- snippy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippy b/snippy index 75244be..3ce3629 100755 --- a/snippy +++ b/snippy @@ -61,7 +61,7 @@ bashdown(){ while read -r line; do line="$(eval "printf -- \"$( printf "%s" "$line" | sed 's/"/\\"/g')\"")"; echo -e "$line" - done < <(cat "${DIR}/${FILE}") + done } is_gui(){