mknop backpipe p
rm -f inflow outflow; netcat -l -p 5500 0<backpipe | tee -a inflow | netcat -l -p 5600 | tee -a outflow 1>backpipe & /usr/local/lib/pd/bin/pd-gui 5600 & pd -guiport 5500 
