#! /bin/csh # getmoor - Shell script to download data from OASIS moorings at M1 and M2 # and extract the data # set oasis = /oasis set nonomatch $oasis/bin/getm1 $oasis/bin/m1 >/tmp/m1.out $oasis/bin/getm2 $oasis/bin/m2 >/tmp/m2.out if ($1 == "-test") then #$oasis/bin/test/getm1t #$oasis/bin/test/getm2t #$oasis/bin/test/getmucla end