projects
/
mmh
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added -clobber switch to mhstore(1) [Bug #11160].
[mmh]
/
docs
/
historical
/
mh-6.8.5
/
miscellany
/
compress-4.0
/
untarmail
1
if test $# -ge 1; then
2
atob < $1 | uncompress | tar xvpf -
3
mv $1 /usr/tmp/$1.$$
4
echo tarmail file moved to: /usr/tmp/$1.$$
5
else
6
atob | uncompress | tar xvpf -
7
fi