Files
termux-packages/scripts/bin/ldd
termux-actions[bot] 231e65a383 Update repo
2022-03-13 16:27:26 +00:00

4 lines
59 B
Bash
Executable File

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