#!/bin/csh -f cd /oasis set day = `date -u +%j` set file = `date -u +%y%j` @ gdiff = `date -u +%H` - `date +%H` date > /oasis/bin/errors echo working on day $day file $file offset $gdiff >> /oasis/bin/errors date +"%j %X %a" > /tmp/oasis.pager bin/pager.bouy m1 >>& /oasis/bin/errors bin/pager.sendit >>& /oasis/bin/errors date +"%j %X %a" > /tmp/oasis.pager bin/pager.bouy m2 >>& /oasis/bin/errors bin/pager.sendit >>& /oasis/bin/errors date +"%j %X %a" > /tmp/oasis.pager bin/pager.old.bouy m3 >>& /oasis/bin/errors bin/pager.sendit >>& /oasis/bin/errors