This file is indexed.

/usr/share/xball/demo3 is in xball 3.0.1-1.2.

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
 7
 8
 9
10
11
12
13
14
15
16
17
18
# Load bitmap with all balls having the same velocity
# After they bounce down, have them fall through
# once

collide off
load_bitmap xball.xbm 0,0
set_velocity abs 3,-10
gravity 10
elasticity 85
perpetual on

iterate 700

perpetual off
gravity 20

iterate 200 
exit