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(){