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

mkdir $1
cd $1
rsh -l dorado1 arm8-sl "(cd \$AUV/logs/$1; cvt $2; gzip *.m;)"
ncftpget -u dorado1 -p dorado1 dorado-sl . ~/auv/altex/onboard/logs/$1/*.gz
gunzip *.gz

echo
echo All Done
@
