View difference between Paste ID: RRvWSma9 and 75zYmj3z
SHOW: | | - or go back to the newest paste.
1
start_tmux.sh:
2
	tmux start-server
3
4
	tmux new-session -d -s "DevFox" -n Shell 1
5
	tmux new-window  -t "DevFox":1 -n Shell 2
6
	tmux new-window  -t "DevFox":2 -n Shell 3
7
8
	tmux select-window -t "DevFox":1
9
10
	tmux attach-session -t "DevFox"
11
	
12
output when run:
13
	failed to connect to server
14
	failed to connect to server
15
	failed to connect to server
16
	no sessions