Revision 2783,
439 bytes
checked in by epeisach, 35 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 |
---|
4 | atob < ${1} | tar xvpf - |
---|
5 | set destfile = `echo ${1} | sed 's"/"."g'` |
---|
6 | mv ${1} /tmp/${destfile}.$$ |
---|
7 | echo tarmail file moved to: /tmp/${destfile}.$$ |
---|
8 | exit |
---|
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.