16 |
cd $MPACKDIR |
cd $MPACKDIR |
17 |
./configure && make |
./configure && make |
18 |
fi |
fi |
19 |
unpck=$HOME/testing/munpack.$HOSTTYPE |
mTyp=`echo $HOSTTYPE | sed 's/-.*$//'` |
20 |
|
unpck=$HOME/testing/munpack.$mTyp |
21 |
#ls -l $unpck |
#ls -l $unpck |
22 |
|
|
23 |
#-- create a daily log file (if not already there) |
#-- create a daily log file (if not already there) |
41 |
|
|
42 |
#-- get and parse emails : |
#-- get and parse emails : |
43 |
cd $HOME/testing/front_content && ./get+parse_msg -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1 |
cd $HOME/testing/front_content && ./get+parse_msg -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1 |
44 |
#cd $HOMEtesting/temp && ./get+parse_msg -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1 |
#cd $HOME/testing/temp && ./get+parse_msg -u $unpck -a jmc@ocean.mit.edu >> $logfile 2>&1 |