This file is indexed.

/usr/share/k3d/lsystem/daysa-rigidula.ls is in k3d-data 0.8.0.3-3build1.

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
# --- L-System Parser/Mutator --- Lj Lapre ----------------------------------
9
19
25
#
A
#
A=U[---P]a
a=U[-P]B
B=U[+++P]b
b=U[+P]A
C=V[-D][+D]
D=V[-E][+E]
E=VV[-G][+G]
G=V-VV
P=WV[-C][+C]
U=f[---f+++X][+++f---Y]FFFFF
V=fFF
W=f[---F++++++F]F
X=FFFF
Y=X
@