reboot 289 B

123456789101112131415
  1. #!/bin/sh
  2. ### BEGIN INIT INFO
  3. # Provides: reboot
  4. # Required-Start:
  5. # Required-Stop:
  6. # Default-Start:
  7. # Default-Stop: 6
  8. # Short-Description: Execute the reboot command.
  9. # Description:
  10. ### END INIT INFO
  11. PATH=/sbin:/bin:/usr/sbin:/usr/bin
  12. echo -n "Rebooting... "
  13. reboot -d -f