 Parent Directory
|
 Parent Directory
|  Revision Log
|
 Revision Log
|  Revision Graph
|
 Revision Graph
|  Patch
 Patch
--- mitgcm.org/scripts/process_emails 2008/02/16 18:40:03 1.1 +++ mitgcm.org/scripts/process_emails 2008/02/26 21:36:23 1.2 @@ -1,6 +1,6 @@ #! /usr/bin/env bash -# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/process_emails,v 1.1 2008/02/16 18:40:03 jmc Exp $ +# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/process_emails,v 1.2 2008/02/26 21:36:23 jmc Exp $ #cat <<EOF #========================================================== @@ -8,5 +8,21 @@ #========================================================== # #EOF -cd /u/u2/jmc/testing/front_content && ./parse_emails -v -a jmc@ocean.mit.edu + +MPACKDIR=/u/u2/jmc/testing/tools_mpack +exe=munpack +unpck=$MPACKDIR/$exe + +#-- update tools/mpack-1.6 dir and build munpack : +cd $MPACKDIR +cvs -q update -P -d + +bldunp=1 +if test -x $exe ; then bldunp=0 + if test $exe -ot CVS/Entries ; then bldunp=1 ; fi +fi +if test $bldunp = 1 ; then ./configure && make ; fi + +#-- parse emails : +cd /u/u2/jmc/testing/front_content && ./parse_emails -u $unpck -v -a jmc@ocean.mit.edu
| ViewVC Help | |
| Powered by ViewVC 1.1.22 |