From 94ab888a4e8732ea699f832211637f1003c9ba00 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Fri, 20 Feb 2015 23:13:54 +0000 Subject: [PATCH] bit: create weechat new-session if none exist --- bin/weechat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/weechat b/bin/weechat index f6296b2..288adcb 100755 --- a/bin/weechat +++ b/bin/weechat @@ -2,4 +2,4 @@ host=tardis.rmz.io -autossh -M0 -t $host "tmux -u attach -t weechat" +autossh -M0 -t $host "tmux -u new-session -As weechat weechat" -- 2.48.1