BSD 4_4_Lite2 development
[unix-history] / usr / src / contrib / mh-6.8.3a / miscellany / compress-4.0 / untarmail
if test $# -ge 1; then
atob < $1 | uncompress | tar xvpf -
mv $1 /usr/tmp/$1.$$
echo tarmail file moved to: /usr/tmp/$1.$$
else
atob | uncompress | tar xvpf -
fi