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

Annotation of /mitgcm.org/scripts/process_emails

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


Revision 1.2 - (hide annotations) (download)
Tue Feb 26 21:36:23 2008 UTC (16 years, 3 months ago) by jmc
Branch: MAIN
Changes since 1.1: +18 -2 lines
update (through CVS) tools/mpack.1-6 dir and build munpack executable
 if needed ; use it for script "parse_emails".

1 jmc 1.1 #! /usr/bin/env bash
2    
3 jmc 1.2 # $Header: /u/gcmpack/mitgcm.org/scripts/process_emails,v 1.1 2008/02/16 18:40:03 jmc Exp $
4 jmc 1.1
5     #cat <<EOF
6     #==========================================================
7     #Parsing MITgcm testing emails :
8     #==========================================================
9     #
10     #EOF
11 jmc 1.2
12     MPACKDIR=/u/u2/jmc/testing/tools_mpack
13     exe=munpack
14     unpck=$MPACKDIR/$exe
15    
16     #-- update tools/mpack-1.6 dir and build munpack :
17     cd $MPACKDIR
18     cvs -q update -P -d
19    
20     bldunp=1
21     if test -x $exe ; then bldunp=0
22     if test $exe -ot CVS/Entries ; then bldunp=1 ; fi
23     fi
24     if test $bldunp = 1 ; then ./configure && make ; fi
25    
26     #-- parse emails :
27     cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -v -a jmc@ocean.mit.edu
28 jmc 1.1

  ViewVC Help
Powered by ViewVC 1.1.22