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