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