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