22 lines
252 B
Plaintext
22 lines
252 B
Plaintext
# $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
|