scripts/cbz2pdf

3 lines
103 B
Plaintext
Raw Permalink Normal View History

2016-07-18 12:44:34 +00:00
#!/bin/bash
find . -iname "*.cbz" -print0 |xargs -0 -L1 -I {} ebook-convert '{}' .pdf --dont-grayscale