mirror of
https://github.com/simon987/scripts.git
synced 2025-04-04 08:23:05 +00:00
4 lines
123 B
Bash
Executable File
4 lines
123 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ldd "$1" | grep so | sed -e '/^[^\t]/ d' | sed -e 's/\t//' | sed -e 's/.*=..//' | sed -e 's/ (0.*)//'
|