index
:
misc-scripts
master
Stuff from ~/bin
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dumprpath
blob: cc07fd07ca893ff7aedd1a47c0787ec5013c6e93 (
plain
)
1
2
3
4
5
6
#!/bin/sh for i in "$@"; do echo -n "$i: " objdump -x "$i" | grep RPATH done