This commit is contained in:
Florian Späth
2025-01-31 01:49:31 +01:00
commit afb2f418fc
56 changed files with 2822 additions and 0 deletions

13
mc_shutdown.sh Normal file
View File

@@ -0,0 +1,13 @@
sudo sshpass -p 'passwd' ssh -tt root@192.168.178.211<<EOT
shutdown
exit
EOT
echo "Done with first one"
sleep 60
echo "60s passed"
sleep 60
echo "Second one starts now"
sudo sshpass -p 'passwd' ssh -tt root@192.168.178.202<<EOT
shutdown
exit
EOT