source: trunk/packs/dotfiles/env_remove @ 12451

Revision 12451, 379 bytes checked in by ghudson, 26 years ago (diff)
Normalize RCS IDs somewhat.
Line 
1# Prototype file sourced by "remove" alias
2# $Id: env_remove,v 1.5 1999-02-04 17:48:58 ghudson Exp $
3
4if ($?setup_dir  && $?setup_filsys) then
5        if (-r $setup_dir/.detachrc) source $setup_dir/.detachrc
6        cd /                    # get out of locker
7        /bin/athena/detach $setup_filsys
8        kill -HUP $$            # cause shell to exit
9endif
10
11echo "Remove only works from the same shell in which you typed setup."
Note: See TracBrowser for help on using the repository browser.