Line 55 currently reads: `img2pdf -o "$pdffile" .cbr/*.jpg ` Should be corrected to: `img2pdf -o "$pdffile" .cbz/*.jpg `
Line 55 currently reads:
img2pdf -o "$pdffile" .cbr/*.jpgShould be corrected to:
img2pdf -o "$pdffile" .cbz/*.jpg