xcat-core/xCAT/postscripts/reboot

11 lines
148 B
Plaintext
Raw Normal View History

#!/bin/bash
# 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