This file is indexed.

/usr/share/xball/demo4 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
19
20
21
22
23
24
25
# have random balls form xball

visible off

collide off
elasticity 100
gravity 0
load_bitmap xball.xbm 0,0

randomize -10,10,-10,10
backwards 100

visible on

iterate 99

set_velocity abs 0,0
gravity 0
sleep 1
randomize -10,10,-13,7
gravity 10
elasticity 85
iterate 300

exit