repo.or.cz
/
dasher.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tagging release
[dasher.git]
/
maint
/
list-all-source-files
blob
5b0185a2dca4e04a9e6813bf335a2dc44ce849d1
1
#!/bin/zsh
2
3
find
.
-type
f
"$@"
-name
\
*
.h
-o -name
\
*
.cpp
-o -name
\
*
.cc
-o -name
\
*
.inl
-o -name
\
*
.h