head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2001.10.22.10.53.32;	author sib;	state Exp;
branches;
next	;


desc
@@


1.1
log
@Initial install of bash scripts for the control computer during AUV ops.
@
text
@#! /bin/bash
echo "rsh -l dorado1 arm8-sl slay supervisor"
rsh -l dorado1 arm8-sl slay supervisor
echo
echo All Done
@
