Initial Version

This commit is contained in:
Dimitris
2026-06-12 08:28:49 +02:00
commit de697b2cfc
5 changed files with 2597 additions and 0 deletions
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
cargo clean
cross build --release --target aarch64-unknown-linux-gnu
rsync -e "ssh" target/aarch64-unknown-linux-gnu/release/weather pi:/data/rust/weather
cargo clean