X-Git-Url: https://hackdaworld.org/gitweb/?p=my-code%2Fdfb-photoshow.git;a=blobdiff_plain;f=showdir;fp=showdir;h=c276687063911c31d6ecafe404b98397b83df848;hp=2e7d71bf077c3554bda45e2e2190246d0fe62826;hb=cef774fa5d83ba829904569bad0ce5a503cee73c;hpb=53343fedc06fc1c837615e53cc2b310b8785e6c6 diff --git a/showdir b/showdir index 2e7d71b..c276687 100755 --- a/showdir +++ b/showdir @@ -15,9 +15,10 @@ fi dir="$2" -files=`find $dir -name '*.jpg'` -files="$files -`find $dir -name '*.JPG'`" +files="`find $dir -name '*.jpg'` +`find $dir -name '*.JPG'` +`find $dir -name '*.jpe'` +`find $dir -name '*.IPE'`" ./dfb-photoshow $1 $files