#!/bin/sh

#
# If you need to stop any programs or daemons put these commands here
#


#
# Commands to actually shutdown & reboot the machine
#
PATH=$PATH:/usr/ucb:/sbin
export PATH
reboot


