home
·
contact
·
privacy
projects
/
config
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Improve microblog.pub setup.
[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/