Add scripts/ldd utility script

This commit is contained in:
Fredrik Fornwall 2018-09-22 00:25:27 +02:00
parent abe5f13d2b
commit 62c6c16c03
1 changed files with 3 additions and 0 deletions

3
scripts/ldd Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
objdump -x $@ | grep NEEDED | cut -c 24- | sort