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
10363
Commits
6
Branches
0
Tags
18 MiB
Shell
61%
C
18.1%
Roff
12.4%
C++
6.6%
Python
1%
Other
0.6%
Tree:
4d32fd3cf6
termux-packages
/
scripts
/
ldd
3 lines
59 B
Raw
Blame
History
#!/bin/sh
objdump -x
$@
|
grep NEEDED
|
cut -c 24-
|
sort
Reference in new issue