#!/bin/sh

#
# Take the system down for reboot.
#
/sbin/shutdown -r now

# End of file
