#!/bin/sh
set -e
find -L . -type f -name "*.jpg" -or -name "*.png" -and -not -name "*.scale.*" > index
