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]
RevLine 
[2783]1#!/bin/csh -f
[8]2#
3#atob and untar mail sent via tarmail
[11]4atob < ${1} | tar xvpf -
5set destfile = `echo ${1} | sed 's"/"."g'`
6mv ${1} /tmp/${destfile}.$$
7echo tarmail file moved to: /tmp/${destfile}.$$
[8]8exit
9#
10#       $Source: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/untarmail,v $
[2783]11#       $Author: epeisach $
[8]12#       $Locker:  $
[2783]13#       $Header: /afs/dev.mit.edu/source/repository/athena/bin/tarmail/untarmail,v 1.4 1990-03-26 13:46:09 epeisach Exp $
[8]14#
Note: See TracBrowser for help on using the repository browser.