home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix GPG servers.
[config]
/
bin
/
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/