#! /bin/csh
# download - Shell script to download data from OASIS moorings at M1 and M2
#	    and extract the data

# Copyright (C) 2001 MBARI
# Author: Kent Headley
# MBARI provides this documentation and code "as is", with no warranty,
# express or implied, of its quality or consistency. It is provided without
# support and without obligation on the part of the Monterey Bay Aquarium
# Research Institute to assist in its use, correction, modification, or
# enhancement. This information should not be published or distributed to
# third parties without specific written permission from MBARI.
#

set oasis = /oasis
set nonomatch

$oasis/bin/getM1
$oasis/bin/util/m1 >/tmp/m1.out

$oasis/bin/getM2
$oasis/bin/util/m2 >/tmp/m2.out

#if ($1 == "-test") then
  #$oasis/bin/test/getm1t
  #$oasis/bin/test/getm2t
  #$oasis/bin/test/getmucla
#end
