This file is indexed.

/usr/lib/pd/extra/zexy/rad2deg.pd is in pd-zexy 2.2.6-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
#N canvas 437 75 457 368 10;
#X obj 181 93 loadbang;
#X obj 109 178 f;
#X text 93 282 deg=rad*180/pi;
#X text 63 66 convert radiant to degree;
#X obj 109 82 inlet rad;
#X obj 109 231 outlet deg;
#X msg 181 158 45 \$1;
#X obj 181 179 /;
#X obj 109 202 * 57.2958;
#X msg 181 115 1;
#X obj 181 136 atan;
#X text 272 20 part of zexy;
#X connect 0 0 9 0;
#X connect 1 0 8 0;
#X connect 4 0 1 0;
#X connect 6 0 7 0;
#X connect 7 0 8 1;
#X connect 8 0 5 0;
#X connect 9 0 10 0;
#X connect 10 0 6 0;