/[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.4 - (hide annotations) (download)
Fri Feb 29 01:51:27 2008 UTC (16 years, 2 months ago) by jmc
Branch: MAIN
Changes since 1.3: +8 -14 lines
update scripts only once a day.

1 jmc 1.1 #! /usr/bin/env bash
2    
3 jmc 1.4 # $Header: /u/gcmpack/mitgcm.org/scripts/process_emails,v 1.3 2008/02/27 01:42:56 jmc Exp $
4 jmc 1.1
5     #cat <<EOF
6     #==========================================================
7     #Parsing MITgcm testing emails :
8     #==========================================================
9     #
10     #EOF
11 jmc 1.2
12 jmc 1.4 #-- 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 jmc 1.2
20     #-- parse emails :
21     cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -v -a jmc@ocean.mit.edu
22 jmc 1.1

  ViewVC Help
Powered by ViewVC 1.1.22