ops/bin/weechat-activate-matrix.sh

7 lines
92 B
Bash
Raw Normal View History

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