#!/bin/rc
if(~ $#* 0){
	echo usage: Acid pid >[2=1]
	exit usage
}
win acid -l acme $*
