scripts/cbr2pdf

6 lines
134 B
Plaintext
Raw Permalink Normal View History

2016-07-18 12:44:34 +00:00
#!/bin/bash
2020-05-15 19:33:49 +00:00
set -euo pipefail
IFS=$'\n\t'
2016-07-18 12:44:34 +00:00
2020-05-15 19:33:49 +00:00
find . -iname "*.cbr" -print0 |xargs -0 -L1 -I {} ebook-convert '{}' .pdf --dont-grayscale