# /usr/scripts/shift1.script # # Shell script: shift1.script # # Author: Kevin FitzGerrell # # Run after the first shift by the root crontab, this script runs # scripts to generate reports from data periodically polled from the DCS. # # last modified 5/5/99 # /usr/scripts/sampling_eos.script | awk '{ print $3 }' > /usr/scripts/report1_eos.tmp cat /usr/scripts/yesterday > /usr/scripts/shift1.report echo "Day shift" >> /usr/scripts/shift1.report awk -f /usr/scripts/report.awk /usr/scripts/report1.tmp >> /usr/scripts/shift1.report awk -f /usr/scripts/report1_more.awk /usr/scripts/report1_eos.tmp >> /usr/scripts/shift1.report lp -d LP51 /usr/scripts/shift1.report