Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- start_tmux.sh:
- tmux start-server
- tmux new-session -d -s "DevFox" -n Shell 1
- tmux new-window -t "DevFox":1 -n Shell 2
- tmux new-window -t "DevFox":2 -n Shell 3
- tmux select-window -t "DevFox":1
- tmux attach-session -t "DevFox"
- output when run:
- failed to connect to server
- failed to connect to server
- failed to connect to server
- no sessions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement