From 4235d9ab3adb6dcf3b5cb6e972c26158bc0c2069 Mon Sep 17 00:00:00 2001 From: creme Date: Wed, 5 Aug 2020 13:28:57 +0000 Subject: [PATCH] add tool to activate weechat-matrix-rs plugin --- bin/weechat-activate-matrix.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bin/weechat-activate-matrix.sh 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