This file is indexed.

/usr/bin/elki is in elki 0.7.1-1.

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

find_java_runtime openjdk8 oracle8 java8 openjdk7 oracle7 java7

find_jars elki /usr/share/elki/addons/*.jar libsvm3 batik-all

# FOP is not strictly required
find_jars fop 2> /dev/null

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