]> git.rmz.io Git - dotfiles.git/commitdiff
bin: add weechat 'wrapper'
authorSamir Benmendil <samir.benmendil@gmail.com>
Tue, 17 Feb 2015 00:46:25 +0000 (00:46 +0000)
committerSamir Benmendil <samir.benmendil@gmail.com>
Tue, 17 Feb 2015 00:47:44 +0000 (00:47 +0000)
bin/weechat [new file with mode: 0755]

diff --git a/bin/weechat b/bin/weechat
new file mode 100755 (executable)
index 0000000..f6296b2
--- /dev/null
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+host=tardis.rmz.io
+
+autossh -M0 -t $host "tmux -u attach -t weechat"