Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
#=============================================================#
# Name: Space to Underscore #
# Description: Recursively replace spaces with underscores #
# in file and directory names. #
# Version: ver 1.2 #
# Data: 16.6.2014 #
# Author: Arthur Gareginyan #
# Author URI: http://arthurgareginyan.com #
# Email: arthurgareginyan@gmail.com #
@dmaglio
dmaglio / zip2cbz.sh
Last active November 15, 2017 15:46 — forked from unot/zip2cbz.sh
Zipped jpeg files to CBZ file for Kobo Glo.
#!/bin/bash -ex
# zip2cbz.sh
# Written by Takashi UNO
# require: zip, ImageMagick
# if [ $# -ne 1 ]; then
# echo "USAGE: $(basename $0) hogehoge.zip"
# exit 1
# fi