#!/bin/sh # vim: set sw=4 ts=4 et: # wirtten by katja socher # and guido socher # # ver="0.1" twidth=80 theight=80 help() { cat < /dev/null ; then echo "" continue fi tumbnailfilename="$dn/t_$bn" convert -geometry "${twidth}x$theight" "$imgfile" "$tumbnailfilename" echo "\"[$bn]\"" modulo=`expr $i % 3` if [ "$modulo" = "0" ]; then echo "
" fi fi done