mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-14 09:47:06 +00:00
33354fdc39
These ones are not run by, and are not really related to, the build system, so should be safe to move them to the bin/ subdirectory.
4 lines
59 B
Bash
Executable File
4 lines
59 B
Bash
Executable File
#!/bin/sh
|
|
|
|
objdump -x $@ | grep NEEDED | cut -c 24- | sort
|