home · contact · privacy
Add play server setup.
[config] / buster / other_files / weechat-wrapper.sh
1 #!/bin/sh
2
3 # Enforce ~/.weechatrc as sole persistent weechat config file.
4 rm -rf ~/.weechat/
5 WEECHATCONF=`tr '\n' ';' < ~/.weechatrc`
6 weechat -r "$WEECHATCONF"
7 rm -rf ~/.weechat/