#!/bin/sh

#
# Uses imagegallery.js to create a thumbnail page where the newest
# images are shown first.
#

./imagegallery.js `ls --color=never -1 -t $* | xargs echo -n`
