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