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