mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
14 lines
339 B
Bash
14 lines
339 B
Bash
#!/bin/sh
|
|
|
|
cat <<EOF
|
|
*
|
|
* To load this script, execute the following command in WeeChat:
|
|
* /script load weechat-matrix.py
|
|
* To load it automatically during WeeChat startup, use:
|
|
* $ mkdir -p ~/.local/share/weechat/python/autoload
|
|
* $ ln -s /usr/share/weechat/python/weechat-matrix.py -t ~/.local/share/weechat/python/autoload
|
|
*
|
|
EOF
|
|
|
|
exit 0
|