:
#	@(#) lp.sh 1.3 89/04/03 
#
#	Copyright (C) The Santa Cruz Operation, 1989.
#	This Module contains Proprietary Information of
#	The Santa Cruz Operation and is Confidential.
#
# lp - UNIX 3.2 
#
PATH=/etc:/bin:/usr/bin:/usr/lib/sysadm:$SYSADM
LANG=english_us.ascii
export PATH LANG

exec lpsh -s
exit 0

