1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-09-27 22:22:53 +00:00
scripts/cbr2pdf

6 lines
134 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
find . -iname "*.cbr" -print0 |xargs -0 -L1 -I {} ebook-convert '{}' .pdf --dont-grayscale