This file is indexed.

/usr/games/cavepacker-editor is in cavepacker 2.4+git20160609-3.

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
./cavepacker -ui_push editor $*
exit $?