mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
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
|