20 lines
267 B
Plaintext
20 lines
267 B
Plaintext
# $RCSfile: d2target,v $
|
|
# $Revision: 1.1 $
|
|
# $Name: $
|
|
# $Date: 2009/01/12 17:59:03 $
|
|
# $Author: agibert $
|
|
|
|
case "$1" in
|
|
*profile)
|
|
export TARGET_ID=d2target
|
|
export TARGET_HOME=/home/$TARGET_ID
|
|
;;
|
|
|
|
*rc)
|
|
;;
|
|
|
|
*)
|
|
echo "$0: Invalid command: [$1] !"
|
|
;;
|
|
esac
|