This file is indexed.

/usr/share/games/spring/AI/Skirmish/HughAI/0.1/EcmaConsoleTemplate.txt is in spring-javaai 85.0+dfsg1-2ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
function go( playerObjects, activator ) {
   playerObjects.getDrawingUtils().drawText(
      activator.newTerrainPos( 200, 200, 200 ), "Hello from ecma");
   playerObjects.getMainUI().showInfo('hello from ecma!');
   return "Message from ecma";
}