This file is indexed.

/usr/games/wesnoth-1.10_editor is in wesnoth-1.10-core 1:1.10.2-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
#!/bin/sh
# generic wesnoth_editor script
# copyright 2009 by Gerfried Fuchs <rhonda@debian.at>
# Licenced under WTFPLv2

cmd=$(basename $0)
noedit=$(echo $0 | sed -e s/_editor$//)

echo "$0 is deprecated -- please use $noedit --editor directly!"
$noedit --editor $*