home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 February / PCWorld_2000-02_cd.bin / live / etc / init.d / reboot < prev    next >
Text File  |  1998-06-21  |  197b  |  12 lines

  1. #! /bin/sh
  2. #
  3. # reboot    Execute the reboot command.
  4. #
  5. # Version:      @(#)reboot  2.75  22-Jun-1998  miquels@cistron.nl
  6. #
  7.  
  8. PATH=/sbin:/bin:/usr/sbin:/usr/bin
  9.  
  10. echo -n "Rebooting... "
  11. reboot -d -f -i
  12.