/usr/lib/pd/extra/hcs/setenv-help.pd is in pd-hcs 0.1-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 22 23 24 25 26 27 28 29 30 31 32 33 34 | #N canvas 199 179 526 477 10;
#X obj 196 145 setenv;
#X msg 196 47 bang;
#X symbolatom 195 192 0 0 0 0 - - -;
#X msg 59 51 bang;
#X symbolatom 58 181 0 0 0 0 - - -;
#X obj 59 134 setenv HOME;
#X msg 229 113 symbol SHELL;
#X msg 316 113 symbol PATH;
#X msg 396 113 symbol HOME;
#X symbolatom 55 408 0 0 0 0 - - -;
#X text 49 240 to enable overwrite mode \, set the second argument
to 1 (i.e. non-zero);
#X obj 56 361 setenv HOME 1;
#X msg 56 278 symbol /home/hans;
#X msg 66 308 symbol /Users/hans;
#X text 33 10 by default \, it will not overwrite existing values;
#X msg 72 89 symbol /blah;
#X obj 247 358 setenv SHELL 1;
#X symbolatom 248 401 0 0 0 0 - - -;
#X msg 246 300 this is a test;
#X connect 0 0 2 0;
#X connect 1 0 0 0;
#X connect 3 0 5 0;
#X connect 5 0 4 0;
#X connect 6 0 0 1;
#X connect 7 0 0 1;
#X connect 8 0 0 1;
#X connect 11 0 9 0;
#X connect 12 0 11 0;
#X connect 13 0 11 0;
#X connect 15 0 5 0;
#X connect 16 0 17 0;
#X connect 18 0 16 0;
|