Skip to content

Instantly share code, notes, and snippets.

@bdgn
bdgn / create_webpages.command
Last active October 8, 2015 00:18 — forked from jasmarc/create_webpages.command
Creates a photo gallery from a folder full of images, somewhat per this request: http://www.idiotking.org/archives/2012/05/exercise-in-futility/
#! /usr/bin/env ruby
# 1. Save this file as "make_webpages.command"
# 2. chmod a+x+r make_webpages.command
# 3. Place make_webpages.command in folder full of pictures
# 4. Double-click make_webpages.command
# Original version written by Jason Marcell: https://github.com/jasmarc
# Edits made by Bill Dugan https://gist.github.com/bdgn
# Github: https://gist.github.com/bdgn/3248032