dotfiles/local/bin/ldd
2025-08-04 20:19:38 +03:30

5 lines
130 B
Bash
Executable file

#!/bin/zsh
echo "musl libc (x86_64)"
echo "Version 1.2.5"
echo "Dynamic Program Loader"
echo "Usage: ldd [options [--] pathname]"