2 lines
113 B
Bash
Executable file
2 lines
113 B
Bash
Executable file
#!/bin/bash
|
|
rsync --exclude=.git --exclude='packet format.java' --exclude-from=.gitignore -ravC . pi@solarpi:ble
|