diff --git a/bin/weechat-activate-matrix.sh b/bin/weechat-activate-matrix.sh new file mode 100644 index 0000000..5b71c72 --- /dev/null +++ b/bin/weechat-activate-matrix.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +cd /opt/services/weechat-matrix-rs/ && make install +cd "$HOME" + +exit 0