This file is indexed.

/usr/lib/realtimebattle/Robots/jBot.robot is in realtimebattle-common 1.0.8-14.

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
12
13
14
15
16
17
18
19
20
21
22
23
#! /bin/sh

# JBot, a robot for RealTimeBattle
# written in Java, author:
# Ingo Beckmann, Dec. 1999,
# email: brain@nnTec.de

#GameOptions:
SEND_SIGNAL=0
SEND_ROTATION_REACHED=1
SIGNAL=2
USE_NON_BLOCKING=3

RTB_PATH=/usr/lib/realtimebattle/Robots/jBot
RobotName=JBot
SLEEP=1

echo RobotOption $SEND_SIGNAL 0
echo RobotOption $SEND_ROTATION_REACHED 1
echo RobotOption $SIGNAL 0
echo RobotOption $USE_NON_BLOCKING 1
# program options: 1=SLEEP in [ms], 2=Robot Name
exec java -classpath $CLASSPATH:$RTB_PATH JBotMain $SLEEP $RobotName