3 lines
89 B
Fish
3 lines
89 B
Fish
function ddl --description 'List dynamic library dependencies'
|
|
ldd (which $argv)
|
|
end
|