#!/bin/sh

if ! ./startalk $TESTOPTS -n $TESTENTRY -c
then
  exit $?
fi

./startalk $TESTOPTS -n $TESTENTRY -r 

exit $?
