From bde486d0431d406bce6a8d16e957632308c7ecad Mon Sep 17 00:00:00 2001 From: anthk Date: Sat, 6 Mar 2021 23:21:58 +0000 Subject: Lector de ebooks minimo --- bin/epub.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 bin/epub.sh diff --git a/bin/epub.sh b/bin/epub.sh new file mode 100755 index 0000000..5e1e019 --- /dev/null +++ b/bin/epub.sh @@ -0,0 +1,2 @@ +#/bin/sh +unzip -qcp "$1" "*ml" "*.htm" | lynx -force-html -dump -stdin -nolist | less -r -M +Gg -- cgit v1.2.3