feat: add main structure
This commit is contained in:
9
run.sh
Executable file
9
run.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user