#!/bin/bash

username=`/usr/bin/id -un`
homedir=`cat /etc/passwd | grep "^$username" | cut -d':' -f 6` 
cd $homedir
export HOME=$homedir
export DISPLAY=127.0.0.1:0.0
if [ -f /opt/ccfw/data/language ]
then
   export LANG=`cat /opt/ccfw/data/language`
fi
SHELL=/bin/bash /opt/hsc/bin/setup5250
