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