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