/usr/lib/pd/extra/purepd/oneshot.pd is in pd-purepd 0.1.1-1.
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 | #N canvas 233 201 475 294 10;
#X obj 149 40 inlet;
#X obj 221 176 outlet;
#X text 10 7 [oneshot];
#X text 249 98 reset;
#X obj 149 75 route clear;
#X text 271 175 whatever;
#X text 40 215 (c) 2006 IOhannes m zmoelnig \, licensed under GnuGPL
v2.0;
#X text 44 238 original abstraction (c) 2005 Hans Christoph Steiner
;
#X obj 221 113 once;
#X connect 0 0 4 0;
#X connect 4 0 8 1;
#X connect 4 1 8 0;
#X connect 8 0 1 0;
|