Initial Commit

This commit is contained in:
2025-03-15 12:26:31 +01:00
commit 178d0b2e28
12 changed files with 12296 additions and 0 deletions

5
build Executable file
View File

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