scripts/cbz2pdf

3 lines
103 B
Bash
Executable File

#!/bin/bash
find . -iname "*.cbz" -print0 |xargs -0 -L1 -I {} ebook-convert '{}' .pdf --dont-grayscale