#!/bin/sh

#
# Take the system down for halt.
#
/sbin/shutdown -p now

# End of file
