pi-frame-server/build.sh

7 lines
265 B
Bash
Raw Normal View History

2024-07-02 15:57:29 +00:00
#!/bin/bash
set +x
cross build --target aarch64-unknown-linux-gnu
rsync -aczP target/aarch64-unknown-linux-gnu/debug/pi-frame-server 192.168.0.186:
# scp target/aarch64-unknown-linux-gnu/debug/pi-frame-server 192.168.0.186:
ssh 192.168.0.186 ./pi-frame-server load