3 lines
197 B
Bash
Executable file
3 lines
197 B
Bash
Executable file
#!/bin/bash
|
|
rsync --exclude=.git --exclude='packet format.java' --exclude-from=.gitignore -ravC . pi@solarpi:ble
|
|
ssh pi@solarpi 'systemctl --user daemon-reload; systemctl --user restart solarmppt'
|