This file is indexed.

/usr/share/paw-demos/pictmerg.kumac is in paw-demos 1:2.14.04.dfsg.2-7ubuntu1.

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
MACRO PICTMERG HID=0 S1=1 S2=100
**************************************************************************
*                   PAW TUTORIAL EXAMPLE 25 - MERGE Macro                *
**************************************************************************
Swi Z
Pic/cr MERGE2
set HTYP 354
Hi/PL [hid]
set HTYP 345
Hi/PL [hid]([s1]:[s2]) s
Pic/cr MERGE1
set HTYP 354
opt UTIT
opt GRID
Hi/PL [hid]([s1]:[s2])
opt NGRI
Izpict MERGE2 c
If BATCH = 'YES' Then
   Pi/Merge MERGE1 .45 .45 .47
Else
   Pi/Merge MERGE1 .45 .45 .47 D
Endif
Pict/del *
Return