index
:
bustle
better-filter
better-inference
bustle-0.6
cabal-flatpak
draw-icon
fix-tests
flatpak/gitlab-ci-ts
master
staging/c
transifex
wip/round-icon
Graphical D-Bus message analyser and profiler (mirrored from https://gitlab.freedesktop.org/bustle/bustle)
wjt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ldd-me-up.sh
blob: fc697dc603f9e9b15c30f393e15e9222940799cf (
plain
)
1
2
3
4
#!/bin/sh set -e ldd $1 | perl -lne 'm{(lib(?:ffi|gmp|pcap)\S+) => (\S+) } and print $2'