This file is indexed.

/usr/share/structure-synth/Examples/Synctor.es is in structure-synth 1.5.0-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
26
27
28
29
30
set maxdepth 600

set background #f94

{  sat 0.7 color green } start

rule spiral w 100 {
 box
 { y 0.4 rx 5 hue 1 s 0.995 b 0.999 } spiral
}

rule spiral w 100 {
 box
 { y 0.4 rx 5 hue -1 rz -5 s 0.995 b 0.999 } spiral
}

rule spiral w 100 {
 box
 { y 0.4 rx 5 hue 0 rz 5 s 0.995 b 0.995 } spiral
}

rule spiral w 3 {
 start
} 

rule start {
 set seed initial
 { rx 15 } spiral
 { ry 180 h 3 } spiral
}