ISTR it working at some point. Maybe it's in the developer image?

Hmm, all in bash. Tough one. It'd help if bash wasn't a pile of crap (they really need to stop claiming it's ksh-compatible).

Code:
SITE EXEC kill -2 `set $(ps ax | grep player | grep -v grep); echo $1`

_________________________
Bitt Faulk