ARGS="-C the_living_dead -o wchan,stat,comm"
GOOD=0
EVALFN=1
KILLFN=1

./the_living_dead

evalfn () {
  egrep 'exit.*Z.*defunct' stdout >> /dev/null
}

killfn () {
  killall -9 the_living_dead
}
