diff --git a/.tci b/.tci new file mode 100755 index 0000000..32a1943 --- /dev/null +++ b/.tci @@ -0,0 +1,7 @@ +#!/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 +