home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s053 / 26.ddi / root.3 / usr / ucb / fastboot < prev    next >
Encoding:
Text File  |  1990-12-20  |  1.3 KB  |  47 lines

  1. #!/sbin/sh
  2. #    Copyright (c) 1990 UNIX System Laboratories, Inc.
  3. #    Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T
  4. #      All Rights Reserved
  5.  
  6. #    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF
  7. #    UNIX System Laboratories, Inc.
  8. #    The copyright notice above does not evidence any
  9. #    actual or intended publication of such source code.
  10.  
  11. #ident    "@(#)//usr/ucb/fastboot.sl 1.1 4.0 12/08/90 43466 AT&T-USL"
  12.  
  13. #    Copyright (c) 1984, 1986, 1987, 1988, 1989, 1990 AT&T
  14. #      All Rights Reserved
  15.  
  16. #    THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
  17. #    The copyright notice above does not evidence any
  18. #    actual or intended publication of such source code.
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #        PROPRIETARY NOTICE (Combined)
  25. #
  26. #This source code is unpublished proprietary information
  27. #constituting, or derived under license from AT&T's UNIX(r) System V.
  28. #In addition, portions of such source code were derived from Berkeley
  29. #4.3 BSD under license from the Regents of the University of
  30. #California.
  31. #
  32. #
  33. #
  34. #        Copyright Notice 
  35. #
  36. #Notice of copyright on this source code product does not indicate 
  37. #publication.
  38. #
  39. #    (c) 1986,1987,1988,1989  Sun Microsystems, Inc
  40. #    (c) 1983,1984,1985,1986,1987,1988,1989  AT&T.
  41. #              All rights reserved.
  42.  
  43. PATH=/usr/ucb:/bin:/usr/bin:/usr/etc:$PATH
  44. export PATH
  45. cp /dev/null /fastboot
  46. reboot "$@"
  47.