home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
333c9d17044577ad0db6c17437a9be6fd87b726b
[config]
/
weechat-wrapper.sh
1
#!/bin/sh
2
3
# Enforce ~/.weechatrc as sole persistent weechat config file.
4
~/config/bin/simplemail.sh ~/config/mails/weechat_restart_reminder
5
rm -rf ~/.weechat/
6
WEECHATCONF=`tr '\n' ';' < ~/.weechatrc`
7
weechat -r "$WEECHATCONF"
8
rm -rf ~/.weechat/