/[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

--- mitgcm.org/scripts/process_emails	2018/01/08 14:17:59	1.8
+++ mitgcm.org/scripts/process_emails	2018/01/11 21:59:04	1.9
@@ -1,6 +1,6 @@
 #! /usr/bin/env bash
 
-# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/process_emails,v 1.8 2018/01/08 14:17:59 jmc Exp $
+# $Header: /home/ubuntu/mnt/e9_copy/mitgcm.org/scripts/process_emails,v 1.9 2018/01/11 21:59:04 jmc Exp $
 
 #cat <<EOF
 #==========================================================
@@ -10,15 +10,17 @@
 #EOF
 
 #-- build munpack if needed:
-unpck=/u/u2/jmc/testing/tools_mpack/munpack
+unpck=$HOME/testing/tools_mpack/munpack
 if test ! -x $unpck ; then
  MPACKDIR=`dirname $unpck`
  cd $MPACKDIR
  ./configure && make
 fi
+unpck=$HOME/testing/munpack.$HOSTTYPE
+#ls -l $unpck
 
 #-- create a daily log file (if not already there)
-cd /u/u2/jmc/testing/logs
+cd $HOME/testing/logs
 logpfx="prc_emails_" ; sfx=`date +%m%d`
 logfile="../logs/${logpfx}$sfx"
 if test -e $logfile ; then :
@@ -38,5 +40,5 @@
 fi
 
 #-- parse emails :
-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
 

 

  ViewVC Help
Powered by ViewVC 1.1.22