4 lines
72 B
Bash
Executable File
4 lines
72 B
Bash
Executable File
sshpass -p raspberry ssh pi@192.168.1.15 << 'ENDSSH'
|
|
sudo reboot
|
|
ENDSSH
|