1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-07-06 05:09:34 +00:00
scripts/cbz2pdf

3 lines
103 B
Plaintext
Raw 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