#!/bin/sh
cd ~clx_us
. ./.profile
shift
if [ "$*" = "" ]
then
	exec /bin/sh
else
	exec $*
fi
