/usr/bin/get_interps is in ladr4-apps 0.0.200911a-2.1build1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | #!/bin/sh
# Extract interpretations (models) from a Mace4 output file.
# The C program 'interpformat portable' is similar and should work in non-unix.
awk '/^ *interpretation\(/,/\. *$/'
|