xcat-core/xCAT/postscripts/reboot
2012-10-31 11:22:00 +00:00

10 lines
129 B
Bash
Executable File

#!/bin/sh
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
#(C)IBM Corp
#
(sleep 75;/sbin/reboot) &
exit 0