#!/bin/bash # 1. Build cargo zigbuild --target aarch64-unknown-linux-gnu # 2. Copy (Replace with your Pi's IP and path) scp target/aarch64-unknown-linux-gnu/debug/triops rankzy@192.168.250.110:~/triops # 3. Run remotely ssh rankzy@192.168.250.110 "chmod +x ~/triops && ~/triops"