This file is indexed.

/usr/bin/elki-cli is in elki 0.6.0-2.

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
7
8
#!/bin/sh
. /usr/lib/java-wrappers/java-wrappers.sh

find_java_runtime openjdk7 openjdk6 sun6

find_jars elki fop

run_java de.lmu.ifi.dbs.elki.application.KDDCLIApplication "$@"