Hi,
Any ideas on why this script :-
#!/bin/sh
tmux new-session -d -s itmult
sleep 2
tmux neww -a -n win1 'ssh -X freddy@fred'
tmux neww -a -n win2 'ssh -X freddy@fred1'
tmux set-option -w -t itmult:win1 default-terminal xterm
tmux set-option -w -t itmult:win2 default-terminal xterm
tmux select-window -t itmult:0
tmux -2 attach-session -t itmult
produces this error :-
session not found: itmult:win1
session not found: itmult:win2
Perhaps it should be :-
tmux set-option -w -t itmult:1 default-terminal xterm
tmux set-option -w -t itmult:2 default-terminal xterm
??
Thanks, Craig
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users