projects
/
my-code
/
dfb-photoshow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fb3dd8
)
more file endings
master
origin
author
hackbard
<hackbard>
Sat, 1 May 2004 10:57:07 +0000
(10:57 +0000)
committer
hackbard
<hackbard>
Sat, 1 May 2004 10:57:07 +0000
(10:57 +0000)
showdir
patch
|
blob
|
history
diff --git
a/showdir
b/showdir
index 650e010a508ba4ed7d75ae0e8b34465880cf6e4a..c075165125c7bf67b0cd1f928805b6c583d579b3 100755
(executable)
--- a/
showdir
+++ b/
showdir
@@
-19,6
+19,10
@@
files="`find $dir -name '*.jpg'`
`find $dir -name '*.JPG'`
`find $dir -name '*.jpe'`
`find $dir -name '*.JPE'`
+`find $dir -name '*.jpeg'`
+`find $dir -name '*.JPEG'`
+`find $dir -name '*.gif'`
+`find $dir -name '*.GIF'`
`find $dir -name '*.png'`
`find $dir -name '*.PNG'`"