#!/bin/sh
# Rotate the four weshost entries by one and start a call.
#
ed -s /etc/uucp/Systems <<'EOF'
/^weshost/
m+3
w
q
EOF
uunudge weshost
