This file is indexed.

/usr/share/doc/mummer-doc/html/examples/data/mummer.gp is in mummer-doc 3.23~dfsg-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
set terminal postscript color solid "Courier" 8
set output "mummer.ps"
set size 1,1
set grid
unset key
set border 0
set ticscale 0 0
set xlabel "REF"
set ylabel "H_pyloriJ99_Eslice"
set format "%.0f"
set mouse format "%.0f"
set mouse mouseformat "[%.0f, %.0f]"
set mouse clipboardformat "[%.0f, %.0f]"
set xrange [0:275287]
set yrange [0:265111]
set style line 1  lt 1 lw 2 pt 6 ps 0.5
set style line 2  lt 3 lw 2 pt 6 ps 0.5
set style line 3  lt 2 lw 2 pt 6 ps 0.5
plot \
 "mummer.fplot" title "FWD" w lp ls 1, \
 "mummer.rplot" title "REV" w lp ls 2