comic conversions

This commit is contained in:
Nemo 2016-07-18 18:14:34 +05:30
parent dde3df01be
commit 50a776ff77
2 changed files with 6 additions and 0 deletions

3
cbr2pdf Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
find . -iname "*.cbr" -print0 |xargs -0 -L1 -I {} ebook-convert '{}' .pdf --dont-grayscale

3
cbz2pdf Executable file
View File

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