shithub: bin.rc

ref: 0caade8a5f4d1d80802fc47b1777336af7aee37e
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
}