ops/bin/weechat-activate-matrix.sh

7 lines
92 B
Bash
Executable File

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