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