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