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

Revision 2783, 439 bytes checked in by epeisach, 34 years ago (diff)
Should use csh -f [changes.70 no 274 - jtkohl - audited by jik]
Line 
1#!/bin/csh -f
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: epeisach $
12#       $Locker:  $
13#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/untarmail,v 1.4 1990-03-26 13:46:09 epeisach Exp $
14#
Note: See TracBrowser for help on using the repository browser.