/[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.1 by jmc, Sat Feb 16 18:40:03 2008 UTC revision 1.4 by jmc, Fri Feb 29 01:51:27 2008 UTC
# Line 8  Line 8 
8  #==========================================================  #==========================================================
9  #  #
10  #EOF  #EOF
11  cd /u/u2/jmc/testing/front_content && ./parse_emails -v -a jmc@ocean.mit.edu  
12    #-- build munpack if needed:
13    unpck=/u/u2/jmc/testing/tools_mpack/munpack
14    if test ! -x $unpck ; then
15     MPACKDIR=`dirname $unpck`
16     cd $MPACKDIR
17     ./configure && make
18    fi
19    
20    #-- parse emails :
21    cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -v -a jmc@ocean.mit.edu
22    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.22