f7d6813e0c
- Add --list (-l), --listid (-li) and --listenv (-le) options. - Add and rework many scripts in etc/envmng.d directory...
27 lines
432 B
Plaintext
27 lines
432 B
Plaintext
# $RCSfile: imr,v $
|
|
# $Revision: 1.2 $
|
|
# $Name: $
|
|
# $Date: 2009/01/13 13:27:53 $
|
|
# $Author: agibert $
|
|
|
|
# EnvMng Environment configuration
|
|
#
|
|
# description: IMR (Interlinking Message Router) application
|
|
#-------------------------------------------------------------------------------
|
|
|
|
case "$1" in
|
|
*profile)
|
|
|
|
export USR_IMRMGR=IMRMGR
|
|
export PWD_IMRMGR=SWAP
|
|
;;
|
|
|
|
*rc)
|
|
|
|
;;
|
|
|
|
*)
|
|
echo "$0: Invalid command: [$1] !"
|
|
;;
|
|
esac
|