This file is indexed.

/usr/games/caveexpress-editor is in caveexpress 2.4+git20160609-4.

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/bash

DIR=$(dirname $(readlink -f $0))
cd $DIR
./caveexpress -ui_push editor $*
exit $?