/usr/lib/pd/extra/motex/getenv-help.pd is in pd-motex 1.1.4-3.
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 | #N canvas 597 95 404 421 10;
#X floatatom 445 83 4 0 0;
#X obj 441 107 t b f;
#X obj 593 177 strconcat .wav;
#X obj 517 236 strconcat;
#X symbolatom 360 301 60 0 0;
#X msg 363 108 set HOME;
#X msg 300 87 set SOUNDSTORE;
#X obj 410 190 makefilename %s/sound;
#X floatatom 608 216 4 0 0;
#X msg 305 53 set SUMDAYPLAY;
#X obj 401 149 getenv SUMDAYPLAY;
#X connect 0 0 1 0;
#X connect 1 0 10 0;
#X connect 1 1 2 0;
#X connect 2 0 3 1;
#X connect 3 0 4 0;
#X connect 5 0 10 0;
#X connect 6 0 10 0;
#X connect 7 0 3 0;
#X connect 8 0 3 2;
#X connect 9 0 10 0;
#X connect 10 0 7 0;
|