ledstrip_sandbox/deploy.sh

4 lines
124 B
Bash
Raw Permalink Normal View History

2021-09-15 20:27:30 +00:00
#!/bin/bash
2021-09-16 16:16:30 +00:00
scp -r main root@10.1.0.212:ledstrip_sandbox/
ssh root@10.1.0.212 "cd ledstrip_sandbox/ && cmake --build build"