#!/bin/sh

echo    -n "Rebooting... "
reboot  -d -f -i
