termux-packages/scripts/ldd

4 lines
59 B
Plaintext
Raw Normal View History

2018-09-22 00:25:27 +02:00
#!/bin/sh
objdump -x $@ | grep NEEDED | cut -c 24- | sort