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