Mercurial > hg > paul
view bin/showMPA.sh @ 0:2aa53823fb21
new repo
| author | Henry S. Thompson <ht@inf.ed.ac.uk> |
|---|---|
| date | Sat, 06 Jun 2026 10:19:04 +0100 |
| parents | |
| 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
