1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 06:06:39 +00:00
termux-packages/packages/binutils/ldd
2015-12-02 06:32:11 -05:00

4 lines
58 B
Bash
Executable File

#!/bin/sh
objdump -p $@ | grep NEEDED | cut -d ' ' -f 18