#!/bin/sh
#
# This will reboot the system 
#
/sbin/reboot
