Skip to content

Instantly share code, notes, and snippets.

@linktohack
linktohack / kobocomic
Created November 10, 2021 23:52
KOBO Modifies CBR and CBZ files to be displayed correctly on Kobo devices
#!/bin/bash
# kobocomic: Modifies CBR and CBZ files to be displayed correctly on Kobo devices
# Requires perl, rar, unrar, zip, unzip
if [ "$#" -lt 1 ]; then
echo Supply a CBZ, CBR, ZIP, or RAR file to modify.
exit
fi
if [ -d "tmp_kobocomic" ]; then