w3mepub

Text-based EPUB reader
git clone git://efe.kim/w3mepub
Log | Files | Refs | README | LICENSE

commit bcc85a5494a18650c7f6ec12917ce399cbfa5aaf
parent 74c3ff4ed81bf041fbef77ea9c65b6053bce4fb1
Author: Sunur Efe Vural <efe@efe.kim>
Date:   Sun,  5 May 2019 21:34:25 -0400

fix exit code

Diffstat:
Mw3mepub | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/w3mepub b/w3mepub @@ -15,7 +15,7 @@ xmltr() { unzip -q "$1" -d "$tmpdir" || { echo Cannot extract - exit 0 + exit 1 } fullpath=$(xmltr fullpath META-INF/container.xml)