fedimut/.tci
2024-02-28 17:44:24 +01:00

7 lines
186 B
Bash
Executable file

#!/bin/bash
echo "rebuilding..."
cargo build --release
echo "installing..."
cat ./target/release/fedimut > /opt/bin/fedimut # do it like this because we lack w perms on the directory