# This is the .crontab for user maser that invokes the automatic processing
# and ftp transfer for GPS data.
# You will have to edit the directories for your system.
# F.C OSO 2000-05-12


SHELL=/bin/sh
MAILTO=maser

# process yesterdays data every day at UT:00.20
20 0 * * * cd /home/maser/scripts; ./day.sh `date -d "1 days ago"`

# ftp the processed data every day at 00.30 UT
30 0 * * * cd /home/maser/scripts; ./ftplog.sh `date -d "today"`

# ftp the last month's processed data 1st day of month at 00.40 UT
# needed if you don't ftp logs every day
40 0 1 * * cd /home/maser/scripts; ./ftplog.sh `date -d "last month"`
