termux-packages/scripts/ldd
2018-09-22 00:25:27 +02:00

4 lines
59 B
Bash
Executable File

#!/bin/sh
objdump -x $@ | grep NEEDED | cut -c 24- | sort