upp/.tci
2024-12-10 11:23:27 +01:00

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