11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
|
#!/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
|
||
|
|