6 lines
171 B
Bash
Executable File
6 lines
171 B
Bash
Executable File
#!/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"
|