ps -x > /tmp/ps
grep zwgc /tmp/ps | awk '{print $1}' > /tmp/psnum
kill `cat /tmp/psnum`
