2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 03:32:04 +00:00
2012-08-30 15:07:38 +00:00

9 lines
123 B
Bash

#!/bin/ksh
# Cleanly reboots an AIX node
echo "Shutting and rebooting node NOW !!!"
echo "shutdown -Fr" | at now
exit 0