#!/bin/bash #Script to send the last log file to the outgoing directory # then send all files in the outgoing directory to Boulder. #Matthew Shupe #August 9, 2005 cp /data/search/logs/Search.`/home/dataman/bin/getymd`.log /home/dataman/search/ToBoulder/daily if scp /home/dataman/search/ToBoulder/daily/* dataman@140.172.32.7:/home/dataman/FromEureka/daily; then rm /home/dataman/search/ToBoulder/daily/* fi