Commit 689d9ff1 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add total_shutdown.sh

parent cea8d9cf
#!/bin/sh
for i in lav lin-test nun snail ant multi asu space1 clients host03
do
/usr/bin/ssh -o ConnectTimeout=12 $i /sbin/poweroff 2>&1 |logger
done
sleep 30
for i in vbox cellar
/usr/bin/ssh -o ConnectTimeout=12 $i /sbin/poweroff 2>&1 |logger
done
sleep 30
for i in windsor azbykar
/usr/bin/ssh -o ConnectTimeout=12 $i /sbin/poweroff 2>&1 |logger
done
/sbin/poweroff
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment