Skip to content

Instantly share code, notes, and snippets.

View jugR0jones's full-sized avatar

Graeme McIntosh jugR0jones

  • Durban, South Africa
View GitHub Profile
#!/bin/bash
# Original Author: Alon Ivtsan
# License: GPL3+
# Modified by: Jones.
# Convers a folder of .cbz Comic book files to .CBR files on a linux system running the KDE Environment.
# This script requires the unrar and notify-send binaries to be available.
for FILE in *{.cbr,.CBR}
do
[ -e "$FILE" ] || continue