/[MITgcm]/mitgcm.org/scripts/process_emails
ViewVC logotype

Diff of /mitgcm.org/scripts/process_emails

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8 by jmc, Mon Jan 8 14:17:59 2018 UTC revision 1.9 by jmc, Thu Jan 11 21:59:04 2018 UTC
# Line 10  Line 10 
10  #EOF  #EOF
11    
12  #-- build munpack if needed:  #-- build munpack if needed:
13  unpck=/u/u2/jmc/testing/tools_mpack/munpack  unpck=$HOME/testing/tools_mpack/munpack
14  if test ! -x $unpck ; then  if test ! -x $unpck ; then
15   MPACKDIR=`dirname $unpck`   MPACKDIR=`dirname $unpck`
16   cd $MPACKDIR   cd $MPACKDIR
17   ./configure && make   ./configure && make
18  fi  fi
19    unpck=$HOME/testing/munpack.$HOSTTYPE
20    #ls -l $unpck
21    
22  #-- create a daily log file (if not already there)  #-- create a daily log file (if not already there)
23  cd /u/u2/jmc/testing/logs  cd $HOME/testing/logs
24  logpfx="prc_emails_" ; sfx=`date +%m%d`  logpfx="prc_emails_" ; sfx=`date +%m%d`
25  logfile="../logs/${logpfx}$sfx"  logfile="../logs/${logpfx}$sfx"
26  if test -e $logfile ; then :  if test -e $logfile ; then :
# Line 38  else Line 40  else
40  fi  fi
41    
42  #-- parse emails :  #-- parse emails :
43  cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1  cd $HOME/testing/front_content && ./parse_emails -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1
44    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.22