ref: c30e1e6ba0303b7d50cbfb13686e69db0a512bdf dir: /bin/vmxkill/
#!/bin/rc for(x in (0 1 2 3 4)){ f='#X/'^$x^'/ctl' if(test -e $f) echo 'quit' > $f }