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
cpp $1 > $1.pp
cat $1.pp
ncftpput -u dorado1 -p dorado1 dorado-sl ~/auv/altex/onboard/missions $1.pp
rsh -l dorado1 arm8-sl "slay kearfottTest"
rsh -l dorado1 arm8-sl "(cd \$AUV/bin; nohup supervisor -plan $1.pp >> nohup.out 2>> nohup.out &)"
echo
echo All Done
@
