#! /bin/sh
if test -r $HOME/.rnlast
then
	exec rn -c -s3
else
	exec readnews -c
fi
