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