more picture formats
[my-code/dfb-photoshow.git] / showdir
diff --git a/showdir b/showdir
index 2e7d71b..c276687 100755 (executable)
--- 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