From: Samir Benmendil Date: Tue, 17 Feb 2015 00:46:25 +0000 (+0000) Subject: bin: add weechat 'wrapper' X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/b20e2532cc21d716190f3b9e3ed4e126bd2cb555 bin: add weechat 'wrapper' --- diff --git a/bin/weechat b/bin/weechat new file mode 100755 index 0000000..f6296b2 --- /dev/null +++ b/bin/weechat @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +host=tardis.rmz.io + +autossh -M0 -t $host "tmux -u attach -t weechat"