#!/bin/sh
#
# ident "@(#)bbsession.sh 1.2     01/05/01 SMI"
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
#                       

. $BBROOT/etc/opt/SUNWbb/blackbox.rc

BB_TOKEN=$CORONA_TOKEN
export BB_TOKEN
$BBPATH/bin/bbsu	


