This file is indexed.

/usr/games/redeclipse-server is in redeclipse-server 1.5.8-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
 9
10
11
#!/bin/sh
for arg
do
    if [ "$arg" = --help ]
    then
       exec man "redeclipse-server"
    fi
done

cd "/usr/lib/games/redeclipse" || exit 1
exec "./redeclipse-server" "$@"