is there a way to shutdown OSX (without any prompts), from within PD? i tried a naive "sudo shutdown -h now" sent to a shell object but did not get any reaction. (other simple commands like ls worked though)
so maybe the question would be how to send a command that needs su rights? or how to supply a pwd via shell. and yeah i know, bad idea.