envmng/etc/envmng.d/imr

22 lines
252 B
Plaintext
Raw Normal View History

2009-01-12 18:59:03 +01:00
# $RCSfile: imr,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2009/01/12 17:59:03 $
# $Author: agibert $
case "$1" in
*profile)
export USR_IMRMGR=IMRMGR
export PWD_IMRMGR=SWAP
;;
*rc)
;;
*)
echo "$0: Invalid command: [$1] !"
;;
esac