#!/bin/sh name=$1; if [ ! -f $1.cfg ]; then D=local/present/retrieval F=`ls $D/*.jpg`; echo "" >> $1.cfg fi;