#!/bin/bash
. opts
find "$@" -name 'tn' -prune -or -name '*.jpg' -print |
LC_ALL=C sort |
xargs -d'\n' slideshow-files "${OPTS[@]}"
