mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:35:39 -05:00
6 lines
130 B
Batchfile
6 lines
130 B
Batchfile
SET REMOTE=ckaczor@172.23.10.6
|
|
|
|
plink %REMOTE% mkdir -p Weather/Arduino
|
|
|
|
pscp -v -r makefile Weather.ino %REMOTE%:Weather/Arduino
|