#!/bin/sh
# talk_beep.sh
# Im not sure if mgp supports '&' so I do it in a sub process.
./talk_beep2.csh & 
echo $! > talk_beep.pid
exit 0
