source: trunk/athena/bin/tarmail/untarmail @ 8

Revision 8, 364 bytes checked in by jtkohl, 39 years ago (diff)
Initial revision
Line 
1#
2#atob and untar mail sent via tarmail
3atob < $1 | tar xvpf -
4mv $1 /usr/tmp/$1.$$
5echo tarmail file moved to: /usr/tmp/$1.$$
6exit
7#
8#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/untarmail,v $
9#       $Author: jtkohl $
10#       $Locker:  $
11#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/untarmail,v 1.1 1985-04-25 20:37:35 jtkohl Exp $
12#
Note: See TracBrowser for help on using the repository browser.