home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 200.img / SCO386X3.TD0 / usr / bin / local < prev    next >
Encoding:
Text File  |  1988-05-17  |  366 b   |  20 lines

  1. :
  2. #    @(#) local.sh 1.1 88/05/16 
  3. #
  4. #    Copyright (C) The Santa Cruz Operation, 1987.
  5. #    This Module contains Proprietary Information of
  6. #    The Santa Cruz Operation, Microsoft Corporation
  7. #    and AT&T, and should be treated as Confidential.
  8. #
  9.  
  10. if test "`basename $0`" = "spool"
  11. then
  12.     LPR=spooler
  13.     PRINTER=spooler
  14. else
  15.     LPR=local
  16.     PRINTER=local
  17. fi
  18. export LPR PRINTER
  19. exec $*
  20.