This file is indexed.

/usr/share/kturtle/examples/nl/randomnaam.logo is in kde-l10n-nl 4:15.08.2-0ubuntu1.

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
# maakt random afdrukken van je naam

alsnieuw  
canvasmaat  255,255 
verberg  

naam = invoervenster "Voer je naam in..." 

herhaal  50 [ 
  x = gok 0, 255 
  y = gok 0, 255
  s = gok 10, 51

  ganaar  x, y
  lettermaat  s
  penkleur  x,y,s*5
  schrijf  naam
]