Updated docs/README-ATTACHMENTS, mainly to reflect that no setup is
[mmh] / docs / historical / mh-6.8.5 / miscellany / mtrenv / bin / MH
1 : run this script through /bin/sh
2
3 prf=/tmp/prf$$ ctx=/tmp/ctx$$
4 trap "rm -f $prf $ctx" 0 1 2 3 13 15
5
6 rm -f $prf
7 echo "MH-Sequences:" > $prf
8 cat ${MH-$HOME/.mh_profile} >> $prf
9 MH="$prf" ; export MH
10
11 rm -f $ctx
12 cp ${MHCONTEXT-`mhpath +`/context} $ctx
13 MHCONTEXT="$ctx" ; export MHCONTEXT
14
15 eval "$@"