aboutsummaryrefslogtreecommitdiff
path: root/dumprpath
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2020-07-05 21:03:38 -0400
committerB. Watson <yalhcru@gmail.com>2020-07-05 21:03:38 -0400
commit94ea7a8cd41b5b0cebf2606f4319ca5050e80520 (patch)
tree703f962eb3713871172e766565e4fa35b599b800 /dumprpath
parent135b6988a809f22a633d9a90273cd6447cfa85be (diff)
downloadmisc-scripts-94ea7a8cd41b5b0cebf2606f4319ca5050e80520.tar.gz
Add some new stuff
Diffstat (limited to 'dumprpath')
-rwxr-xr-xdumprpath6
1 files changed, 6 insertions, 0 deletions
diff --git a/dumprpath b/dumprpath
new file mode 100755
index 0000000..cc07fd0
--- /dev/null
+++ b/dumprpath
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+for i in "$@"; do
+ echo -n "$i: "
+ objdump -x "$i" | grep RPATH
+done