envmng/etc/envmng.d/migtt2
agibert f7d6813e0c - Add AIX support,
- Add --list (-l), --listid (-li) and --listenv (-le) options.
- Add and rework many scripts in etc/envmng.d directory...
2009-01-13 13:27:53 +00:00

25 lines
413 B
Plaintext

# $RCSfile: migtt2,v $
# $Revision: 1.1 $
# $Name: $
# $Date: 2009/01/13 13:27:53 $
# $Author: agibert $
# EnvMng Environment configuration
#
# description: MigTT2 Project
#-------------------------------------------------------------------------------
case "$1" in
*profile)
export PROJECT_ID=migtt2
export PROJECT_HOME=/home/$PROJECT_ID
;;
*rc)
;;
*)
echo "$0: Invalid command: [$1] !"
;;
esac