home *** CD-ROM | disk | FTP | other *** search
- :
- # @(#) local.sh 1.1 88/05/16
- #
- # Copyright (C) The Santa Cruz Operation, 1987.
- # This Module contains Proprietary Information of
- # The Santa Cruz Operation, Microsoft Corporation
- # and AT&T, and should be treated as Confidential.
- #
-
- if test "`basename $0`" = "spool"
- then
- LPR=spooler
- PRINTER=spooler
- else
- LPR=local
- PRINTER=local
- fi
- export LPR PRINTER
- exec $*
-