#! /bin/sh
# Transmit batch to $1 by rshing rnews.  This does assume that rnews is
# in a user-searched directory.

exec rsh $1 rnews
