projects
/
vsorcdistro
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update and rename MantenerFIFO to MantenerFIFO.md
[vsorcdistro/.git]
/
scripts
/
resetcluster.sh
1
#!/bin/bash
2
#Ingresar el comando por parametro y se ejecuta abriendo una sesion ssh
3
#con las Ip del archivo iplist(todas las pi)
4
pssh -h iplist -i -l pi "sudo reboot now"
5
sudo reboot now