From c8dd0fa7f35d5c90e152fc281a9687c2ebe6af7f Mon Sep 17 00:00:00 2001 From: Maxim Lihachev Date: Wed, 28 Aug 2013 20:32:34 +0600 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20=D0=BD?= =?UTF-8?q?=D0=B5=D0=B8=D1=81=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D1=83=D0=B5?= =?UTF-8?q?=D0=BC=D1=8B=D0=B9=20=D0=BA=D0=BE=D0=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fb2 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fb2 b/fb2 index 97a6566..9ff1ba8 100755 --- a/fb2 +++ b/fb2 @@ -1,5 +1,6 @@ #!/bin/bash -# + +#Чтение fb2 в lynx case ${1:0-3} in zip) TEXT=$(zcat "$1");; @@ -7,9 +8,6 @@ case ${1:0-3} in *) echo "Неизвестный формат файла"; exit 1;; esac -# zip) zcat "$1" | xsltproc "$(dirname $(which $0))/FB2_2_xhtml.xsl" -;; -# fb2) cat "$1" | xsltproc "$(dirname $(which $0))/FB2_2_xhtml.xsl" -;; - FB2=`cat <