home · contact · privacy
Merge branch 'master' of plomlompom.com:/var/repos/config
[config] / bullseye / 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/