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