This commit is like Batman, It has no parents

This commit is contained in:
2025-03-15 12:28:30 +01:00
commit 1cf34e7888
5 changed files with 1229 additions and 0 deletions

5
build Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
cargo b -r
scp target/release/p2000-api sdr:~/
ssh sdr "sudo systemctl stop p2000-api ; sudo cp ~/p2000-api /usr/local/bin/ ; sudo systemctl start p2000-api"