You've already forked termux-packages
mirror of
https://github.com/izzy2lost/termux-packages.git
synced 2026-03-26 17:00:19 -07:00
4 lines
59 B
Plaintext
4 lines
59 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
objdump -x $@ | grep NEEDED | cut -c 24- | sort
|