#!/bin/sh

if [ -r /tmp/xwrits.pid ]; then
	echo "apparently, xwrits is already running."
	exit 1
fi

echo $$ > /tmp/xwrits.pid

exec /afs/sipb/project/outland/bin/xwrits typetime=55 breaktime=5 \
	after=5 clock \
	after=5 multiply=:15 flashtime=:1 \
	after=5 multiply=:2 flashtime=.2 top maxhands=100
