add tool to activate weechat-matrix-rs plugin

This commit is contained in:
creme 2020-08-05 13:28:57 +00:00
parent 091eb518b2
commit 4235d9ab3a
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#!/usr/bin/env bash
cd /opt/services/weechat-matrix-rs/ && make install
cd "$HOME"
exit 0