:
# 30 Mar 89		bbstart.sh
#
# must have PATH set on SysV; need TERM on all w/o term type in /etc/ttytype.
# This file should be renamed .profile for SysV; by default, SysV runs a
# shell script under the restricted shell if it is specified as the shell.
#
# If your system doesn't have vt100, change it to something it does have.
TERM=vt100
PATH=/bin:/usr/bin
export TERM PATH
exec term -muz bbs
