ledstrip_sandbox/deploy.sh
2021-09-16 18:16:30 +02:00

4 lines
124 B
Bash
Executable file

#!/bin/bash
scp -r main root@10.1.0.212:ledstrip_sandbox/
ssh root@10.1.0.212 "cd ledstrip_sandbox/ && cmake --build build"