source: trunk/packs/dotfiles/env_remove @ 6038

Revision 6038, 522 bytes checked in by mar, 32 years ago (diff)
revised comments from kcunning
Line 
1# Prototype file sourced by "remove" alias
2# $Author: mar $
3# $Source: /afs/dev.mit.edu/source/repository/packs/dotfiles/env_remove,v $
4# $Header: /afs/dev.mit.edu/source/repository/packs/dotfiles/env_remove,v 1.4 1992-04-27 13:48:32 mar Exp $
5
6if ($?setup_dir  && $?setup_filsys) then
7        if (-r $setup_dir/.detachrc) source $setup_dir/.detachrc
8        cd /                    # get out of locker
9        /bin/athena/detach $setup_filsys
10        kill -HUP $$            # cause shell to exit
11endif
12
13echo "Remove only works from the same shell in which you typed setup."
Note: See TracBrowser for help on using the repository browser.