shithub: bin.rc

ref: 4e18dc77f2ab9257b363ccb480a69cb9def901ba
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
}