#/usr/bin/ksh # # maccs_ascii2all_logfiletest.ksh # # This is a debug script to help me understand why we are not seeing # the maccs_ascii2all log files. # # Author: L Philpott # Created: August 2011 # ## Set the environment variables # if [[ -z $THMSOC ]] then THMSOC=/disks/socware/thmsoc_dp_current export THMSOC fi . $THMSOC/src/config/soc_it_to_me.config . $THMSOC/src/config/setup_themis.bourne . $THMSOC/src/config/maccs_ascii2all.config echo ":$$:maccs_ascii2all_logfiletest:" >> $LOGFILE echo ":$$:maccs_ascii2all:Starting maccs_ascii2all_logfiletest at $(date)" >> $LOGFILE echo ":$$:maccs_ascii2all_logfiletest:" >> $LOGFILE print "logfile: $LOGFILE" # ## Cleanup # exit 0