5 lines
123 B
Bash
Executable file
5 lines
123 B
Bash
Executable file
#!/bin/sh
|
|
cargo build --release
|
|
systemctl --user stop upp
|
|
cat target/release/upp > /opt/bin/upp
|
|
systemctl --user start upp
|