5 lines
130 B
Bash
Executable file
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]"
|