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

Revision 13, 432 bytes checked in by jtkohl, 39 years ago (diff)
removed verbose auditing.
Line 
1#!/bin/csh
2#
3#atob and untar mail sent via tarmail
4atob < ${1} | tar xvpf -
5set destfile = `echo ${1} | sed 's"/"."g'`
6mv ${1} /tmp/${destfile}.$$
7echo tarmail file moved to: /tmp/${destfile}.$$
8exit
9#
10#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/untarmail,v $
11#       $Author: jtkohl $
12#       $Locker:  $
13#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/untarmail,v 1.3 1985-04-30 18:18:22 jtkohl Exp $
14#
Note: See TracBrowser for help on using the repository browser.