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