This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /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 |