repo.or.cz
/
msysgit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add the vimtutor shell script
[msysgit.git]
/
bin
/
ldd-light
blob
c12cb13e5a4ebeaa53e0d2b938d93f79e8b3a0f7
1
#!/bin/sh
2
3
for
path
4
do
5
echo
"
$path
:"
6
objdump
-p
"
$path
"
|
grep
"^ DLL Name:"
7
done