shithub: bin.rc

ref: 92d3d9d1a431f20df9ce8d3d42ac7fb428281a01
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
}