#!/bin/bash # reboot # Call reboot. See man halt for the meaning of the parameters echo "System reboot in progress..." /sbin/reboot -d -f -i exit $?