#!/bin/bash ssh root@machine 'reboot' until ping -c1 machine ; do sleep 1; done ssh root@machine 'reboot'
In reply to Re^5: reboot a system (machine or server) multiple times with perl script
by choroba
in thread reboot a system (machine or server) multiple times with perl script
by irthiza90
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |