#! /bin/sh
# reboot        Execute the reboot command.

PATH=/sbin:/bin:/usr/sbin:/usr/bin

echo -n "Rebooting... "
reboot
