#!/bin/sh
#
# Set OSR5_SRVR to an OpenServer 5 system with ssh support and on which
# you have an account.
#

OSR5_SRVR=tahoe.pdev.sco.com

b=`basename $0`
ssh $OSR5_SRVR $b $*
