5 lines
130 B
Bash
Executable File
5 lines
130 B
Bash
Executable File
#!/bin/bash -e
|
|
### Copyright 1999-2024. WebPros International GmbH. All rights reserved.
|
|
|
|
ldd --version | awk '/^ldd/{print $NF}'
|