This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
termux-packages
mirror of
https://github.com/lukechilds/termux-packages.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
5904
Commits
6
Branches
0
Tags
18 MiB
Tree:
f055fe2e10
termux-packages
/
scripts
/
ldd
4 lines
59 B
Raw
Normal View
History
Add scripts/ldd utility script
7 years ago
#!/bin/sh
objdump -x $@ | grep NEEDED | cut -c 24- | sort