]> hackdaworld.org Git - my-code/dfb-photoshow.git/commitdiff
more picture formats
authorhackbard <hackbard>
Tue, 25 Feb 2003 15:47:26 +0000 (15:47 +0000)
committerhackbard <hackbard>
Tue, 25 Feb 2003 15:47:26 +0000 (15:47 +0000)
showdir

diff --git a/showdir b/showdir
index 2e7d71bf077c3554bda45e2e2190246d0fe62826..c276687063911c31d6ecafe404b98397b83df848 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