shithub: bin.rc

ref: 1bab993af3da2ba2ee9e84d8602c9ae67f7c58d1
dir: /bin/vmxkill/

View raw version
#!/bin/rc
for(x in (0 1 2 3 4)){
	f='#X/'^$x^'/ctl'
	if(test -e $f)
		echo 'quit' > $f
}