#!/bin/sh
#
# ident "@(#)bbexit.sh	1.1 01/03/19 SMI"      
#
# Copyright (c) 2000 by Sun Microsystems, Inc.
# All rights reserved.
#                       

. $BBROOT/etc/bbchroot.rc

echo "exit" $* > /doors/$USER

