repo.or.cz
/
eleutheria.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix a typo in comment
[eleutheria.git]
/
list.sh
blob
f7ba32af4e448ef53b77180a9a74cb650f394679
1
#!/bin/sh
2
for
i
in
`find . -name *.c`
3
do
4
echo
`basename
$i
`
5
done