dotfiles/fish/.config/fish/functions/ddl.fish

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
89 B
Fish
Raw Normal View History

function ddl --description 'List dynamic library dependencies'
ldd (which $argv)
end