Mercurial > hg > paul
view bin/showMPA.sh @ 1:95740c6658a3
from Meg
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Wed, 10 Jun 2026 13:04:44 +0100 |
| parents | 2aa53823fb21 |
| children |
line wrap: on
line source
#!/bin/bash echo piping export MHSTORE=/home/ht/.mh_profile_pipe tee /tmp/msg | /usr/bin/mhstore -file - -type text/html 2>/dev/null | lynx -dump -force-html -stdin
