bins/icb-irc-tunnel: link to actual tmux locartion
This commit is contained in:
parent
f7cbe19914
commit
18805bfea6
@ -8,9 +8,9 @@
|
||||
${icbirc}/bin/icbirc -l 127.0.0.1 -s localhost -p 6645
|
||||
|
||||
tname="IRC"
|
||||
if !tmux ls | grep -q "^''${tname}:"; then
|
||||
tmux -2 new-session -d -s "''${tname}" 'weechat'
|
||||
tmux -s "''${tname}" splitw -dv -b -h -l 30% 'ssh anonicb@slackers.openbsd.org'
|
||||
if !${pkgs.tmux}/bin/tmux ls | grep -q "^''${tname}:"; then
|
||||
${pkgs.tmux}/bin/tmux -2 new-session -d -s "''${tname}" 'weechat'
|
||||
${pkgs.tmux}/bin/tmux -s "''${tname}" splitw -dv -b -h -l 30% 'ssh anonicb@slackers.openbsd.org'
|
||||
fi
|
||||
|
||||
${pkgs.openssh}/bin/ssh -NTL 7326:localhost:7326 \
|
||||
|
Loading…
Reference in New Issue
Block a user