xcat-core/xCAT-server-2.0/share/xcat/postscripts/reboot
2007-11-30 15:27:48 +00:00

11 lines
146 B
Bash
Executable File

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