#! /bin/sh

options=""

if [ $LOGNAME = "guest" ]	# local connect
then
    call="33"
else
    call=$LOGNAME
fi

if [ "$CLX_HOST" ]
then
	options="$options -h $CLX_HOST"
fi

LD_LIBRARY_PATH=$HOME/lib
export LD_LIBRARY_PATH
exec ~clx_us/bin/net_usr $options $call
