First working version !
This commit is contained in:
16
etc/envmng_profile
Normal file
16
etc/envmng_profile
Normal file
@@ -0,0 +1,16 @@
|
||||
# $RCSfile: envmng_profile,v $
|
||||
# $Revision: 1.1 $
|
||||
# $Name: $
|
||||
# $Date: 2009/01/12 17:59:03 $
|
||||
# $Author: agibert $
|
||||
|
||||
case $2 in
|
||||
*bash)
|
||||
. /usr/local/bin/envmng --$2 $1
|
||||
exit
|
||||
;;
|
||||
|
||||
*)
|
||||
. /usr/local/bin/envmng --$2 $1 norc
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user