#!/bin/sh

./startalk -P -n 99 <<EOF
position: 99
name: Test User

EOF

exit $?
