1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-07-20 10:23:50 +00:00
scripts/cbz2pdf
2016-07-18 18:14:34 +05:30

3 lines
103 B
Bash
Executable File

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